Package com.jml.optimizers
Class Scheduler
java.lang.Object
com.jml.optimizers.Scheduler
- Direct Known Subclasses:
StepLearningRate
Learning rate scheduler for optimizers. For many models which are fit using an
Optimizer, it may be beneficial
to decrease the learning rate according to some rule as the optimizer iterates. This interface provides the ability to
define a rule to accomplish this.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Scheduler
public Scheduler()
-
-
Method Details
-
step
Applies the specified scheduler rule to the learning rate of the optimizer.- Parameters:
optm- Optimizer to apply this Scheduler to.
-