from_dict#

static OptimizationParameter.from_dict(par_dict: dict) Parameter#

Create an instance of the Parameter class from optiSLang output.

Parameters:
par_dictdict

Output from the optiSLang server.

Returns:
Parameter

Instance of the Parameter class.

Raises:
TypeError

Raised when an undefined type of parameter is given.