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 examples/qap/global examples/ubqp/global 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