Click or drag to resize

ObjectiveFunctionScalarValue Method

Objective function where neither first nor second derivative is available.

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

Parameters

function  FuncDouble, Double
The scalar objective function.

Return Value

IScalarObjectiveFunction
A scalar objective function that evaluates only the value.
See Also