WeakWolfeLineSearchValidateInputArguments Method |
Validates the input arguments for the line search.
Namespace: Altaxo.Calc.Optimization.LineSearchAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected 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