org.neuroph.core.learning.stop
Class MaxIterationsStop
- java.lang.Object
-
- org.neuroph.core.learning.stop.MaxIterationsStop
-
- All Implemented Interfaces:
- java.io.Serializable, StopCondition
public class MaxIterationsStop extends java.lang.Object implements StopCondition, java.io.Serializable
Stops learning rule if specified number of iterations has been reached- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description MaxIterationsStop(IterativeLearning learningRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description booleanisReached()Returns true if learning rule should stop, false otherwise
-
-
-
Constructor Detail
-
MaxIterationsStop
public MaxIterationsStop(IterativeLearning learningRule)
-
-
Method Detail
-
isReached
public boolean isReached()
Description copied from interface:StopConditionReturns true if learning rule should stop, false otherwise- Specified by:
isReachedin interfaceStopCondition- Returns:
- true if learning rule should stop, false otherwise
-
-
DMelt 3.0 © DataMelt by jWork.ORG