Package jline.opt.results
Class WorkflowResult
java.lang.Object
jline.opt.results.WorkflowResult
Result from a decomposed workflow optimization: results from each subproblem
and overall fixed-point convergence info. Mirrors native-Python
line_solver.opt.results.WorkflowResult.-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanintdoubleLQN diagnostics (solveLayered): final frozen layer set.intLQN diagnostics (solveLayered): total LINE solves performed.final Map<String, SubProblemResult> double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFinalVariableValue(String name) getSubProblemResult(String name) booleantoString()
-
Field Details
-
finalObjective
public double finalObjective -
subproblemResults
-
cyclesCompleted
public int cyclesCompleted -
converged
public boolean converged -
totalSolveTime
public double totalSolveTime -
objectiveHistory
-
finalVariableValues
-
frozenLayers
LQN diagnostics (solveLayered): final frozen layer set. -
modelEvaluations
public int modelEvaluationsLQN diagnostics (solveLayered): total LINE solves performed.
-
-
Constructor Details
-
WorkflowResult
public WorkflowResult()
-
-
Method Details