SolutionsIfc

Inheritors

Properties

Link copied to clipboard

A list of solutions that are input feasible ordered by penalized objective function.

Link copied to clipboard

A list of solutions ordered by penalized objective function. The solutions may or may not be feasible.

Functions

Link copied to clipboard
open fun orderedResponseFeasibleSolutions(overallCILevel: Double = 0.99): List<Solution>

A list of solutions ordered by penalized objective function that are input feasible and have tested as response constraint feasible.

Link copied to clipboard
abstract fun peekBest(): Solution?

The solution with the lowest penalized objective function value. The solution may or may not be feasible.