Multidimensional Optimizer.Set Value At Extremum Method
Sets the value of the objective function at the extremum to the supplied value.
Definition
Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
protected void SetValueAtExtremum(
double value
)
Parameters
- value Double
- The value of the objective function at the current approximation to the extremum.
Remarks
This method is used by inheriting classes to avoid unnecessary evaluations of the objective function.