Class IterationManager

java.lang.Object
org.apache.commons.math3.util.IterationManager

public class IterationManager extends Object
This abstract class provides a general framework for managing iterative algorithms. The maximum number of iterations can be set, and methods are provided to monitor the current iteration count. A lightweight event framework is also provided.