(class from pyomo.contrib.pyros.solve_data)
pyomo.contrib.pyros.solve_data
Bases: object
object
PyROS solver results object.
config (ConfigDict, optional) – User-specified solver settings.
iterations (int, optional) – Number of iterations required.
time (float, optional) – Total elapsed time (or wall time), in seconds.
final_objective_value (float, optional) – Final objective function value to report.
pyros_termination_condition (pyrosTerminationCondition, optional) – PyROS-specific termination condition.
User-specified solver settings.
ConfigDict
Number of iterations required by PyROS.
int
Total elapsed time (or wall time), in seconds.
float
Final objective function value to report. If a nominal objective focus was elected, then the value of the nominal objective function is reported. If a worst-case objective focus was elected, then the value of the worst-case objective function is reported.
Indicator of the manner of termination.
pyrosTerminationCondition
Initialize self (see class docstring).
Methods
__init__([config, iterations, time, ...])
__init__
Member Documentation