A Python library for iterative variable weighting and optimation
Project description
Optimation Framework v2.0
Optimation is a flexible framework for iterative variable weighting, balancing trade-offs, and adaptive decision-making.
Installation
pip install optimation
Core Features
- Variable Weighting & Balance
- Exponential & Trade-Off Adjustments
- Quantum-Inspired Optimation Techniques
Basic Usage
from optimation.logic import balance_variables
result = balance_variables(A=10, B=20, weight_A=70)
print(result) # Outputs optimized result
Advanced Quantum Optimation
from optimation.quantum import quantum_superposition
result = quantum_superposition(A=10, B=20, weight_A=70)
print(result) # Outputs quantum-adjusted variables
Running Tests
Run unit tests using:
python -m unittest discover optimation/tests
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
optimation-2.0.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file optimation-2.0.tar.gz.
File metadata
- Download URL: optimation-2.0.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
95c04faeaae2940c10485b0f54d213d675b8b88cf29c05c22acdd306b339e3a0
|
|
| MD5 |
2ccce0da543ace763d73b9b6befad3ea
|
|
| BLAKE2b-256 |
5f346c1bb6c33b99e7ac804f957e9bcbb40d81aa0492b6f759a5133832ccf3df
|
File details
Details for the file optimation-2.0-py3-none-any.whl.
File metadata
- Download URL: optimation-2.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6d6e83b414b5fe072a35aa93692e283365f7bdb7b2eeffb7587e6cf6d33fc0c
|
|
| MD5 |
657a8999549bbd69b60985575ec2ff22
|
|
| BLAKE2b-256 |
e025fa651d83ca32eeb37c4f0df1c6293b2d1f4d94be31a989c5c26b0e45955f
|