Click or drag to resize

FinMath.NumericalOptimization.Constrained Namespace

 
Classes
  ClassDescription
Public classLinearProgramming
Allows to solve linear programming problems.
Public classQuadraticProgramming
Allows to solve quadratic programming problems.
Public classSPG
Implements Spectral Projected Gradient method for optimization of nonlinear function subject to bound constraints.
Interfaces
  InterfaceDescription
Public interfaceIConstrainedProgramming
Contains common fields for all constrained optimization algorithms.
Delegates
  DelegateDescription
Public delegateSPGFunctionDelegate
The delegate to a method that computes the value of the objective function.
Public delegateSPGGradientDelegate
The delegate to a method that computes the gradient of the objective function.