Public Member Functions | |
| AlternateLearningRate (const int64_t active_period, const int64_t inactive_period, const bool active_first) | |
| T | operator() (const int64_t iter) const override |
Data Fields | |
| int64_t | active_period_ |
| int64_t | inactive_period_ |
| bool | active_first_ |
Definition at line 34 of file learning_rate_functors.h.
1.8.11