Standard Comparison Result
constructor(standardIsBest: Boolean, winner: Solution, finalStandard: Solution, observations: Map<InputMap, Int>)(source)
Parameters
standard Is Best
true if the standard system survived as the best (no alternative was found better than the standard by the indifference amount) — for COMPASS this means the center is locally optimal
winner
the selected system: the standard when standardIsBest is true, otherwise the alternative judged better than the standard
final Standard
the standard system with all of the replications it accumulated during the test (equal to winner when standardIsBest is true). Callers should write this back so the standard's extra observations are not discarded when an alternative wins.
observations
the total number of replications each system carried at termination, keyed by input point (the standard included)