Reaktoro
A unified framework for modeling chemically reactive systems
OptimumParamsIpActive Struct Reference

Public Attributes

double epsilon = 1e-20
 The parameter ε for the numerical representation of a zero. More...
 
double tau = 1e-5
 The factor τ for the barrier parameter μ defined here as μ = ετ. More...
 

Member Data Documentation

◆ epsilon

double epsilon = 1e-20

The parameter ε for the numerical representation of a zero.

The value of the i-th primal variable is considered zero if x[i] < ε.

◆ tau

double tau = 1e-5

The factor τ for the barrier parameter μ defined here as μ = ετ.

The parameter ε is the numerical zero for a primal variable.

See also
epsilon

The documentation for this struct was generated from the following file: