Managed Iterative Algorithm<T, TError, TReport>.Increment Evaluations Method
Definition
Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
Overload List
Increment | Increments the number of evaluations by one. |
Increment | Increments the number of evaluations by the specified amount. |
IncrementEvaluations
Increments the number of evaluations by one.
protected void IncrementEvaluations()
IncrementEvaluations(Int32)
Increments the number of evaluations by the specified amount.
protected void IncrementEvaluations(
int increment
)
Parameters
- increment Int32
- The amount to increment the number of evaluations by.