ObjectiveFunctionValue Method |
Objective function where neither Gradient nor Hessian is available.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IObjectiveFunction Value(
Func<Vector<double>, double> function
)
Parameters
- function FuncVectorDouble, Double
- The objective function.
Return Value
IObjectiveFunctionAn objective function that evaluates only the scalar value.
See Also