x3cflux.ParameterClassification

class x3cflux.ParameterClassification

Bases: pybind11_object

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

bounds

constraint

Explicitly constrained parameters

dependent

Dependent parameters

free

Indices of free parameters

names

Names of all parameters

quasi_constraint

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