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
Fields -
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
-
-
Constructor Details
-
WorkflowResult
public WorkflowResult()
-
-
Method Details