Problems

Note

You can implement your own problem by following this tutorial.

Combinatorial

moead_framework.problem.combinatorial.rmnk.Rmnk

Implementation of the multiobjective NK landscapes with tunable objective correlation.

moead_framework.problem.combinatorial.mubqp.Mubqp

Implementation of the Multiobjective Unconstrained Binary Quadratic Programming problem.

moead_framework.problem.combinatorial.knapsack.KnapsackProblem

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

moead_framework.problem.numerical.zdt.Zdt1

Implementation of the Zdt1 problem.

Abstract

moead_framework.problem.Problem

Abstract class to implement a new Problem in the framework.