ParametricProblem#

Module for the ParametricProblem class.

class ParametricProblem[source]#

Bases: AbstractProblem

Class for defining parametric problems, where certain input variables are treated as parameters that can vary, allowing the model to adapt to different scenarios based on the chosen parameters.

Initialization of the AbstractProblem class.

abstract parameter_domain()[source]#

The domain of the parameters of the problem.

property parameters#

Get the parameters of the problem.

Returns:

The parameters of the problem.

Return type:

list[str]