Home > Extreme Optimization Mathematics Library for .NET > Reference > Extreme.Mathematics Namespace


Extreme Optimization Mathematics Library for .NET

IterativeAlgorithm Class

Acts as an abstract base class for classes that implement an iterative algorithm.

For a list of all members of this type, see IterativeAlgorithm Members.

System.Object
   IterativeAlgorithm

[Visual Basic]
MustInherit Public Class IterativeAlgorithm
[C#]
public abstract class IterativeAlgorithm

Remarks

This class is primarily used to support iterative algorithms within the library. It defines properties and methods that are shared by all iterative algorithm implementations.

It is likely that the implementation details of iterative algorithms will change in the future. Some interface changes may also be required.

Requirements

Namespace: Extreme.Mathematics

Assembly: Extreme.Mathematics (in Extreme.Mathematics.dll)

See Also

IterativeAlgorithm Members | Extreme.Mathematics Namespace