examples.rst 884 B

123456789101112131415161718192021222324252627
  1. Some examples
  2. =====================================
  3. You will find here some examples of using Macop with implementations of problems well known from the literature.
  4. Implemented problem examples
  5. ----------------------------
  6. .. toctree::
  7. :maxdepth: 1
  8. qap_example
  9. ubqp_example
  10. Available code examples
  11. -----------------------
  12. - mono-objective knapsack: knapsackExample.py_
  13. - multi-objective knapsack: knapsackMultiExample.py_
  14. - QAP problem: qapExample.py_
  15. - UBQP problem: ubqpExample.py_
  16. .. _knapsackExample.py: https://github.com/jbuisine/macop/blob/master/examples/knapsackExample.py
  17. .. _knapsackMultiExample.py: https://github.com/jbuisine/macop/blob/master/examples/knapsackMultiExample.py
  18. .. _qapExample.py: https://github.com/jbuisine/macop/blob/master/examples/qapExample.py
  19. .. _ubqpExample.py: https://github.com/jbuisine/macop/blob/master/examples/ubqpExample.py