CleanUpResult

data class CleanUpResult(val best: Solution, val confidenceInterval: Interval, val usedFeasibleSubset: Boolean)(source)

The outcome of CleanUpProcedure.cleanUp: the selected best solution, its reported confidence interval, and whether a response-feasible subset was used (false means every candidate was response-infeasible and the least-infeasible one was returned).

Constructors

Link copied to clipboard
constructor(best: Solution, confidenceInterval: Interval, usedFeasibleSubset: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard