datamod.problems module

Function definitions.

This module contains function definitions.

datamod.problems.problems

Classes of the custom defined problems.

Type:dict
class datamod.problems.CubicSquared

Bases: pymoo.model.problem.Problem

Squared function.

class datamod.problems.Custom(function, xl, xu, n_obj, n_constr)

Bases: pymoo.model.problem.Problem

Class for custom built problems using a surrogate.

function

The response function.

class datamod.problems.GettingStarted

Bases: pymoo.model.problem.Problem

Pymoo example problem.

References

http://pymoo.org/getting_started.html

class datamod.problems.MatlabPeaks

Bases: pymoo.model.problem.Problem

MATLAB peaks function definition.

References

https://www.mathworks.com/help/matlab/ref/peaks.html

class datamod.problems.Squared

Bases: pymoo.model.problem.Problem

Squared function.