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