BfgsBMinimizerGetProjectedGradient Method |
Gets the projected gradient component for a parameter.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override double GetProjectedGradient(
IObjectiveFunctionEvaluation candidatePoint,
int ii
)
Parameters
- candidatePoint IObjectiveFunctionEvaluation
- The current candidate point.
- ii Int32
- The parameter index.
Return Value
DoubleThe projected gradient component.
See Also