ConjugateGradient(CostFunction) Constructor |
Constructor for Conjugate Gradient Method. The constructor specifies the
costfunction and optionally user specified ending criteria and line search methods.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic ConjugateGradient(
CostFunction costfunction
)
Parameters
- costfunction CostFunction
- Nonlinear cost function to minimize.
RemarksThis class began as a port of CG+ by Guanghui Lui, Jorge Nocedal and Richard Waltz
to C#
See Also