KSLCore
Toggle table of contents
R1.2.7
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.simopt.solvers
/
SolverResult
/
Completed
/
Completed
Completed
constructor
(
solverName
:
String
,
problemName
:
String
,
initialSolution
:
Solution
?
,
currentSolution
:
Solution
,
bestSolution
:
Solution
?
,
totalIterations
:
Int
,
evaluatorMetrics
:
EvaluatorMetrics
,
isStoppingCriteriaMet
:
Boolean
,
executionTimeMillis
:
Long
?
=
null
)
(
source
)