IterationTracePoint

data class IterationTracePoint(val iteration: Int, val cumulativeReplications: Int, val bestPenalizedObjective: Double)(source)

One point of a cell's iteration trace: the solver's progress at the end of an iteration, recorded when the experiment captures traces. Iteration 0 is the initialized state before the first main iteration.

Parameters

iteration

the solver's iteration counter at the snapshot

cumulativeReplications

the solver's cumulative requested replications at the snapshot — the x-axis for budget-normalized convergence plots

bestPenalizedObjective

the penalized objective (minimization-oriented) of the best solution found so far

Constructors

Link copied to clipboard
constructor(iteration: Int, cumulativeReplications: Int, bestPenalizedObjective: Double)

Properties

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