x3cflux.ParameterClassification
- class x3cflux.ParameterClassification
Bases:
pybind11_objectInformation on a set of parameter subjected to equality constraints
This object is used to summarize the effects of equality on each type of parameters (netto, exchange, pool size). A full list of parameter names is provided as an attribute and referenced by the other attributes using indices. Generally, parameters divide into free, dependent and constrained parameters. Quasi-constrained parameters are dependent parameters that can be computed only by constrained parameters and are therefore effectively constrained.
Attributes
boundsExplicitly constrained parameters
Dependent parameters
Indices of free parameters
Names of all parameters
Effectively constrained parameters
Methods
- property constraint
Explicitly constrained parameters
- property dependent
Dependent parameters
- property free
Indices of free parameters
- property names
Names of all parameters
- property quasi_constraint
Effectively constrained parameters