Multidimensional Optimizer.Evaluate Method
Evaluates the objective function.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
C#
The current value of the objective function.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0
protected override double Evaluate(
Vector<double> point
)Parameters
Return Value
DoubleThe current value of the objective function.