Click or drag to resize

ObjectiveFunctionGradient(FuncVectorDouble, ValueTupleDouble, VectorDouble) Method

Objective function where the Gradient is available. Greedy evaluation.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IObjectiveFunction Gradient(
	Func<Vector<double>, (double , Vector<double> )> function
)

Parameters

function  FuncVectorDouble, ValueTupleDouble, VectorDouble
The combined objective and gradient evaluator.

Return Value

IObjectiveFunction
An objective function that evaluates the value and gradient together.
See Also