Used for solving multicriteria optimization (MCO) problems (interface).
So for a given IProblem<T> instance, an ISolver<T> is able to find a set of Pareto optimal solutions. Therefore, the method Solve is used.
T | Type of the objective values defining the objective space. |
Public Methods | |
ReadOnlyCollection< int > | Solve (IProblem< T > problem) |
Solves a defined IProblem<T> and returns the found solution (objective) values. More... | |