IterationTraceTableData

data class IterationTraceTableData(var runId: Int = -1, var iteration: Int = 0, var cumulativeReplications: Int = 0, var bestPenalizedObjective: Double = 0.0) : DbTableData(source)

One row per captured iteration of a run's trace (opt-in): the cumulative requested replications and the best penalized objective so far. Iteration 0 is the initialized state. Keyed by run id, so a trace-enabled rerun lands in the same database next to earlier trace-free experiments.

Constructors

Link copied to clipboard
constructor(runId: Int = -1, iteration: Int = 0, cumulativeReplications: Int = 0, bestPenalizedObjective: Double = 0.0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var runId: Int