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