|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.neural.networks.training.strategy.SmartLearningRate
public class SmartLearningRate
Attempt to automatically set the learning rate in a learning method that supports a learning rate.
Field Summary | |
---|---|
static double |
LEARNING_DECAY
Learning decay rate. |
Constructor Summary | |
---|---|
SmartLearningRate()
|
Method Summary | |
---|---|
void |
init(MLTrain train)
Initialize this strategy. |
void |
postIteration()
Called just after a training iteration. |
void |
preIteration()
Called just before a training iteration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final double LEARNING_DECAY
Constructor Detail |
---|
public SmartLearningRate()
Method Detail |
---|
public void init(MLTrain train)
init
in interface Strategy
train
- The training algorithm.public void postIteration()
postIteration
in interface Strategy
public void preIteration()
preIteration
in interface Strategy
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |