PenalizedObjectiveFunctionConfidenceIntervalComparator

constructor(level: Double = DEFAULT_CONFIDENCE_LEVEL, indifferenceZone: Double = 0.0)(source)

Parameters

level

the confidence level. Must be between 0 and 1. The default is determined by the default confidence level setting DEFAULT_CONFIDENCE_LEVEL

indifferenceZone

the value for which we are indifferent between the solutions. Must be greater than or equal to 0.0. The default is 0.0.