public static class ConstantSchedule.ConstantScheduleImpl
extends java.lang.Object
implements org.nd4j.linalg.schedule.ISchedule
| Constructor and Description |
|---|
ConstantScheduleImpl() |
ConstantScheduleImpl(double value) |
| Modifier and Type | Method and Description |
|---|---|
org.nd4j.linalg.schedule.ISchedule |
clone() |
double |
valueAt(int iteration,
int epoch) |
public ConstantScheduleImpl()
public ConstantScheduleImpl(double value)
public double valueAt(int iteration,
int epoch)
valueAt in interface org.nd4j.linalg.schedule.ISchedulepublic org.nd4j.linalg.schedule.ISchedule clone()
clone in interface org.nd4j.linalg.schedule.IScheduleclone in class java.lang.Object