net.openai.ai.nn.network.event
Class IterationLimitReachedEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--net.openai.ai.nn.network.event.IterationLimitReachedEvent
All Implemented Interfaces:
java.io.Serializable

public class IterationLimitReachedEvent
extends java.util.EventObject

Class declaration

Version:
%I%, %G%
Author:
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
IterationLimitReachedEvent(java.lang.Object source, int iteration)
          Constructor declaration
 
Method Summary
 int getIteration()
          Method declaration
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IterationLimitReachedEvent

public IterationLimitReachedEvent(java.lang.Object source,
                                  int iteration)
Constructor declaration

Parameters:
source -
iteration -
See Also:
Method Detail

getIteration

public int getIteration()
Method declaration

Returns:
int the iteration we have reached.
See Also:


Copyright - 2001 OpenAI Labs. All Rights Reserved.