Represents the multicriteria optimization (MCO) problem to be solved by the AI system, for instance by a ConstraintSolver.
It is derived from Problem<T> using float as type for the objective values. In addition to Problem<T>, this derived class defines the method NormalizeObjective(int).
Public Methods | |
void | NormalizeObjective (int index) |
Normalizes the objective at the specified index so that its values are between 0f and 1f . More... | |