123456789101112131415161718192021222324252627 |
- Some examples
- =====================================
- You will find here some examples of using Macop with implementations of problems well known from the literature.
- Implemented problem examples
- ----------------------------
- .. toctree::
- :maxdepth: 1
- qap_example
- ubqp_example
- Available code examples
- -----------------------
- - mono-objective knapsack: knapsackExample.py_
- - multi-objective knapsack: knapsackMultiExample.py_
- - QAP problem: qapExample.py_
- - UBQP problem: ubqpExample.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
|