ParametricProblem#
Module for the ParametricProblem class.
- class ParametricProblem[source]#
Bases:
AbstractProblemClass 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
AbstractProblemclass.