ManagedIterativeAlgorithm<T, TError, TReport>.IncrementEvaluations Method

Definition

Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23

Overload List

IncrementEvaluations() Increments the number of evaluations by one.
IncrementEvaluations(Int32) Increments the number of evaluations by the specified amount.

IncrementEvaluations

Increments the number of evaluations by one.
C#
protected void IncrementEvaluations()

IncrementEvaluations(Int32)

Increments the number of evaluations by the specified amount.
C#
protected void IncrementEvaluations(
	int increment
)

Parameters

increment  Int32
The amount to increment the number of evaluations by.

See Also