public interface ISchedule extends Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
ISchedule |
clone() |
double |
valueAt(int iteration,
int epoch) |
double valueAt(int iteration,
int epoch)
iteration - Current iteration number. Starts at 0epoch - Current epoch number. Starts at 0ISchedule clone()
Copyright © 2021. All rights reserved.