Solver Result
A strongly-typed, immutable snapshot of a solver's result state.
Inheritors
Types
Link copied to clipboard
data class Completed(val solverName: String, val problemName: String, val initialSolution: Solution?, val currentSolution: Solution, val bestSolution: Solution?, val totalIterations: Int, val evaluatorMetrics: EvaluatorMetrics, val isStoppingCriteriaMet: Boolean, val executionTimeMillis: Long? = null) : SolverResult
Represents the completed (or partially completed/halted) trajectory of a solver run.
Link copied to clipboard
Represents a state where the solver has been configured but not yet executed.