FinMath.NumericalOptimization.Constrained Namespace |
Class | Description | |
---|---|---|
LinearProgramming |
Allows to solve linear programming problems.
| |
QuadraticProgramming |
Allows to solve quadratic programming problems.
| |
SPG |
Implements Spectral Projected Gradient method for optimization of nonlinear
function subject to bound constraints.
|
Interface | Description | |
---|---|---|
IConstrainedProgramming |
Contains common fields for all constrained optimization algorithms.
|
Delegate | Description | |
---|---|---|
SPGFunctionDelegate |
The delegate to a method that computes the value of the objective function.
| |
SPGGradientDelegate |
The delegate to a method that computes the gradient of the objective function.
|