程序包 org.hipparchus.util

类 IterationEvent

java.lang.Object
java.util.EventObject
org.hipparchus.util.IterationEvent
所有已实现的接口:
Serializable
直接已知子类:
IterativeLinearSolverEvent

public class IterationEvent extends EventObject
The root class from which all events occurring while running an IterationManager should be derived.
另请参阅:
  • 构造器详细资料

    • IterationEvent

      public IterationEvent(Object source, int iterations)
      Creates a new instance of this class.
      参数:
      source - the iterative algorithm on which the event initially occurred
      iterations - the number of iterations performed at the time this event is created
  • 方法详细资料

    • getIterations

      public int getIterations()
      Returns the number of iterations performed at the time this event is created.
      返回:
      the number of iterations performed