LatestBestSnapshot

data class LatestBestSnapshot(val iteration: Int, val estimatedObjective: Double, val bestInputs: Map<String, Double>)(source)

Minimal projection of a RunEvent.IterationCompleted used when building a partial RunSummary. Decoupled from the substrate type so callers don't need to construct a real RunEvent.

Constructors

Link copied to clipboard
constructor(iteration: Int, estimatedObjective: Double, bestInputs: Map<String, Double>)

Properties

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