ParmestScen

(class from pyomo.contrib.parmest.scenariocreator)

class pyomo.contrib.parmest.scenariocreator.ParmestScen(name, ThetaVals, probability)[source]

Bases: object

A little container for scenarios; the Args are the attributes.

Parameters:
  • name (str) – name for reporting; might be “”

  • ThetaVals (dict) – ThetaVals[name]=val

  • probability (float) – probability of occurrence “near” these ThetaVals

__init__(name, ThetaVals, probability)[source]

Methods

__init__(name, ThetaVals, probability)

Member Documentation