Problems¶
Note
You can implement your own problem by following this tutorial.
Combinatorial¶
Implementation of the multiobjective NK landscapes with tunable objective correlation. |
|
Implementation of the Multiobjective Unconstrained Binary Quadratic Programming problem. |
|
|
Implementation of the Multiobjective knapsack problem by Thibaut Lust. |
You can find examples of file instances for combinatorial problems in this repository https://github.com/moead-framework/data/tree/master/problem.
Numerical¶
Implementation of the Zdt1 problem. |
Abstract¶
Abstract class to implement a new Problem in the framework. |