x3cflux.ParameterClassification
- class x3cflux.ParameterClassification
Information 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
boundsconstraintExplicitly constrained parameters
dependentDependent parameters
freeIndices of free parameters
namesNames of all parameters
quasi_constraintEffectively constrained parameters
Methods