12345678910111213141516171819202122232425262728293031323334353637 |
- Example uses
- =====================================
- You will find here some examples of using Macop with implementations of problems well known from the literature.
- Discrete problem
- ----------------------------
- .. toctree::
- :maxdepth: 1
- qap_example
- ubqp_example
- Continuous problem
- ----------------------------
- .. toctree::
- :maxdepth: 1
- zdt_example
- Available code examples
- -----------------------
- - mono-objective knapsack problem: knapsackExample.py_
- - multi-objective knapsack problem: knapsackMultiExample.py_
- - QAP problem: qapExample.py_
- - UBQP problem: ubqpExample.py_
- - Continuous Zdt optimisation problem: ZdtExample.py_
- .. _knapsackExample.py: https://github.com/jbuisine/macop/blob/master/examples/knapsackExample.py
- .. _knapsackMultiExample.py: https://github.com/jbuisine/macop/blob/master/examples/knapsackMultiExample.py
- .. _qapExample.py: https://github.com/jbuisine/macop/blob/master/examples/qapExample.py
- .. _ubqpExample.py: https://github.com/jbuisine/macop/blob/master/examples/ubqpExample.py
- .. _ZdtExample.py: https://github.com/jbuisine/macop/blob/master/examples/ZdtExample.py
|