automl / automl/ConfigurableOptimizer
Standardize the order in which super().new_epoch() is called
Open
Medium priority
old
- Dominant language
- Python
- Stars
- 12
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
The SNAS and GDAS samplers call super().new_epoch() *after* doing its computations (which consumed self._epoch, which is updated upon calling .new_epoch()), whereas `Dropout` does this before.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.