InputsAndConfidenceIntervalEquality

class InputsAndConfidenceIntervalEquality(level: Double = DEFAULT_CONFIDENCE_LEVEL, indifferenceZone: Double = 0.0) : ConfidenceIntervalEquality(source)

Checks for equality between solutions based whether the confidence interval on the difference contains the indifference zone parameter and whether the input variable values are the same.

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.

Constructors

Link copied to clipboard
constructor(level: Double = DEFAULT_CONFIDENCE_LEVEL, indifferenceZone: Double = 0.0)

Functions

Link copied to clipboard
open override fun equals(first: Solution, second: Solution): Boolean