Example uses¶
You will find here some examples of using Macop with implementations of problems well known from the literature.
Discrete problem¶
Continuous problem¶
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