ObjectiveFunctionScalarValue Method |
Objective function where neither first nor second derivative is available.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IScalarObjectiveFunction ScalarValue(
Func<double, double> function
)
Parameters
- function FuncDouble, Double
- The scalar objective function.
Return Value
IScalarObjectiveFunctionA scalar objective function that evaluates only the value.
See Also