Latest Best Snapshot
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.