(class from pyomo.contrib.parmest.scenariocreator)
pyomo.contrib.parmest.scenariocreator
Bases: object
object
A little container for scenarios; the Args are the attributes.
name (str) – name for reporting; might be “”
ThetaVals (dict) – ThetaVals[name]=val
probability (float) – probability of occurrence “near” these ThetaVals
Methods
__init__(name, ThetaVals, probability)
__init__
Member Documentation