RealProblem#

Partial implementation of the RealProblem interface.

Classes

RealProblem

Partially implemented class for optimization problems with nominal decision variables where the goal is to select an optimal subset.

Functions

check_RealProblem_is_multi_objective

Check if a RealProblem is multi objective in nature, otherwise raise TypeError.

check_RealProblem_is_single_objective

Check if a RealProblem is single objective in nature, otherwise raise TypeError.

check_is_RealProblem

Check if object is of type RealProblem, otherwise raise TypeError.