| Package | Description |
|---|---|
| org.nd4j.linalg.schedule |
| Modifier and Type | Method and Description |
|---|---|
static ScheduleType |
ScheduleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScheduleType[] |
ScheduleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Builder(ScheduleType scheduleType) |
ExponentialSchedule(ScheduleType scheduleType,
double initialValue,
double gamma) |
InverseSchedule(ScheduleType scheduleType,
double initialValue,
double gamma,
double power) |
MapSchedule(ScheduleType scheduleType,
Map<Integer,Double> values) |
PolySchedule(ScheduleType scheduleType,
double initialValue,
double power,
int maxIter) |
SigmoidSchedule(ScheduleType scheduleType,
double initialValue,
double gamma,
int stepSize) |
StepSchedule(ScheduleType scheduleType,
double initialValue,
double decayRate,
double step) |
Copyright © 2018. All rights reserved.