ManagedIterativeAlgorithm<T, TError, TReport>.OnInit Method

Performs initialization before the first iteration.

Definition

Namespace: Numerics.NET.Algorithms
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected virtual void OnInit()

Remarks

Note to inheritors: If you override this method, you must call the base method before you perform any other operations.

See Also