WeakWolfeLineSearchValidateValue Method |
Validates the objective value of the current evaluation.
Namespace: Altaxo.Calc.Optimization.LineSearchAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected override void ValidateValue(
IObjectiveFunctionEvaluation objective
)
Parameters
- objective IObjectiveFunctionEvaluation
- The current objective evaluation.
See Also