Click or drag to resize

WeakWolfeLineSearchValidateInputArguments Method

Validates the input arguments for the line search.

Namespace: Altaxo.Calc.Optimization.LineSearch
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void ValidateInputArguments(
	IObjectiveFunctionEvaluation startingPoint,
	Vector<double> searchDirection,
	double initialStep,
	double upperBound
)

Parameters

startingPoint  IObjectiveFunctionEvaluation
The objective function evaluation at the starting point.
searchDirection  VectorDouble
The search direction.
initialStep  Double
The initial step size.
upperBound  Double
The upper bound for the step size.
See Also