Documentation of 'org.joone.util.DynamicAnnealing' Java class
DynamicAnnealing
org.joone.util

Class DynamicAnnealing

  • All Implemented Interfaces:
    java.io.Serializable, java.util.EventListener, NeuralNetListener


    public class DynamicAnnealing
    extends MonitorPlugin
    This plugin controls the change of the learning rate based on the difference between the last two global error (E) values: if E(t) > E(t-1) then LR = LR * (1 - step/100) Note: step/100 because step is inserted as a % value from the user if E(t) <= E(t-1) then LR is unchanged
    See Also:
    Serialized Form
    • Constructor Detail

      • DynamicAnnealing

        public DynamicAnnealing()
        Creates a new instance of DynamicAnnealing
    • Method Detail

      • getStep

        public double getStep()
        Getter for property step.
        Returns:
        Value of property step.
      • setStep

        public void setStep(double step)
        Setter for property step.
        Parameters:
        step - New value of property step.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.