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