MultidimensionalOptimizer<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#
protected virtual double Evaluate(
	T point
)

Parameters

point  T
 

Return Value

Double
The current value of the objective function.

See Also