from_dict#
- static StochasticParameter.from_dict(par_dict: dict) StochasticParameter #
Create an instance of the
StochasticParameter
class from the optiSLang server output.- Parameters:
- par_dict
dict
Output from the optiSLang server.
- par_dict
- Returns:
StochasticParameter
Instance of the
StochasticParameter
class.