This release changes the LICENSE to Apache V2.
Features
- apply Black code formatting
- allow access to optimization direction in optimizer
- Add IDLE message to allow for idle executors (in preparation for Bayesian Opt)
- [ablation] Support for Keras custom models
- Makes Searchspace a sorted iterable
- Adapt to tensorboard 1.15
Bugfixes
- unpin numpy version dependency
- remove ExperimentDriver from public API
- [ablation] Fixes TF pickling issue