ConfirmationOutcome

data class ConfirmationOutcome(val winner: Solution, val confirmedSolutions: List<Solution>, val numOracleCalls: Int, val numReplicationsRequested: Int)(source)

The outcome of a confirmation stage.

Parameters

winner

the winning solution after confirmation

confirmedSolutions

the freshly confirmed solutions (empty when confirmation was skipped because there was effectively a single candidate)

numOracleCalls

the number of oracle design points the confirmation consumed

numReplicationsRequested

the number of replications the confirmation consumed

Constructors

Link copied to clipboard
constructor(winner: Solution, confirmedSolutions: List<Solution>, numOracleCalls: Int, numReplicationsRequested: Int)

Properties

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