ObjectiveFunctionHessian(FuncVectorDouble, ValueTupleDouble, MatrixDouble) Method |
Objective function where the Hessian is available. Greedy evaluation.
Namespace: Altaxo.Calc.OptimizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IObjectiveFunction Hessian(
Func<Vector<double>, (double , Matrix<double> )> function
)
Parameters
- function FuncVectorDouble, ValueTupleDouble, MatrixDouble
- The combined objective and Hessian evaluator.
Return Value
IObjectiveFunctionAn objective function that evaluates the value and Hessian together.
See Also