Confirmation Outcome
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
confirmed Solutions
the freshly confirmed solutions (empty when confirmation was skipped because there was effectively a single candidate)
num Oracle Calls
the number of oracle design points the confirmation consumed
num Replications Requested
the number of replications the confirmation consumed