public class LinearAnnealing extends MonitorPlugin
Constructor and Description |
---|
LinearAnnealing() |
Modifier and Type | Method and Description |
---|---|
double |
getLearningRateFinal()
Insert the method's description here.
|
double |
getLearningRateInitial()
Insert the method's description here.
|
double |
getMomentumFinal()
Insert the method's description here.
|
double |
getMomentumInitial()
Insert the method's description here.
|
protected void |
manageCycle(Monitor mon) |
protected void |
manageError(Monitor mon) |
protected void |
manageStart(Monitor mon) |
protected void |
manageStop(Monitor mon) |
protected void |
manageStopError(Monitor mon,
java.lang.String msgErr) |
void |
setLearningRateFinal(double newLearningRateFinal)
Insert the method's description here.
|
void |
setLearningRateInitial(double newLearningRateInitial)
Insert the method's description here.
|
void |
setMomentumFinal(double newMomentumFinal)
Insert the method's description here.
|
void |
setMomentumInitial(double newMomentumInitial)
Insert the method's description here.
|
cicleTerminated, errorChanged, getName, getNeuralNet, getRate, netStarted, netStopped, netStoppedError, setName, setNeuralNet, setRate, toBeManaged
public double getLearningRateFinal()
public double getLearningRateInitial()
public double getMomentumFinal()
public double getMomentumInitial()
public void setLearningRateFinal(double newLearningRateFinal)
newLearningRateFinal
- doublepublic void setLearningRateInitial(double newLearningRateInitial)
newLearningRateInitial
- doublepublic void setMomentumFinal(double newMomentumFinal)
newMomentumFinal
- doublepublic void setMomentumInitial(double newMomentumInitial)
newMomentumInitial
- doubleprotected void manageCycle(Monitor mon)
manageCycle
in class MonitorPlugin
protected void manageStop(Monitor mon)
manageStop
in class MonitorPlugin
protected void manageStart(Monitor mon)
manageStart
in class MonitorPlugin
protected void manageError(Monitor mon)
manageError
in class MonitorPlugin
protected void manageStopError(Monitor mon, java.lang.String msgErr)
manageStopError
in class MonitorPlugin
Submit Feedback to pmarrone@users.sourceforge.net