OptimumParamsRegularization Struct Reference
A type that describes the regularization options for the optimisation calculation. More...
#include <OptimumOptions.hpp>
Inheritance diagram for OptimumParamsRegularization:
Collaboration diagram for OptimumParamsRegularization:
Public Attributes | |
| double | delta = 0.0 |
| The regularization parameter \(\delta\) of the linear equality constraints. | |
| double | gamma = 0.0 |
| The regularization parameter \(\gamma\) for bounded solutions. | |
Public Attributes inherited from RegularizerOptions | |
| bool | echelonize = true |
| The boolean flag that indicates if echelonization should be performed. More... | |
| unsigned | max_denominator = 0 |
The maximum denominator that can exist in the coefficient matrix A. More... | |
Detailed Description
A type that describes the regularization options for the optimisation calculation.
The documentation for this struct was generated from the following file:
- Reaktoro/Optimization/OptimumOptions.hpp
Public Attributes inherited from