Solver State Snapshot
Parameters
The current algorithmic iteration or step at which this snapshot was taken.
The cumulative total number of times the simulation oracle has been invoked by the solver up to this point.
The cumulative total number of individual simulation replications requested across all oracle calls up to this point.
The best Solution discovered by the solver up to this iteration.
The objective function value associated with the bestSolutionSoFar.
The penalized objective function value associated with the bestSolutionSoFar.
The latest solution found. It may not be the best due to algorithm trajectories.
An optional map containing algorithm-specific metrics that do not apply generally to all solvers (e.g., mapOf("temperature" to 50.0) for Simulated Annealing, or "splineCalls" for R-SPLINE). Defaults to null.