public class MaxIterationsStop extends Object implements StopCondition, Serializable
| Constructor and Description |
|---|
MaxIterationsStop(IterativeLearning learningRule) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isReached()
Returns true if learning rule should stop, false otherwise
|
public MaxIterationsStop(IterativeLearning learningRule)
public boolean isReached()
StopConditionisReached in interface StopConditionCopyright © 2019 Neuroph Project. All rights reserved.