Click or drag to resize

ObjectiveFunctionValue Method

Objective function where neither Gradient nor Hessian is available.

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

Parameters

function  FuncVectorDouble, Double
The objective function.

Return Value

IObjectiveFunction
An objective function that evaluates only the scalar value.
See Also