Class: OptimizationResult
Explore fixed-point implementations found during optimization process
explore(result)
solution = explore(result)
solution = explore(result, n)
solution = explore(result, n, i)
explore(
opens the Simulation Data
Inspector with logging data displayed for the result
)OptimizationResult
object specified by result
.
opens the Simulation Data Inspector and returns an solution
= explore(result
)OptimizationSolution
object, solution
.
returns
the solution
= explore(result
, n
)n
th
OptimizationSolution
object contained in
result
.
returns
the solution
= explore(result
, n
, i
)n
th
OptimizationSolution
object, using the
i
th simulation scenario contained in
result
.