v1.0.1#
v1.0.0#
⚠ Breaking Changes Redefined task as an objective function together with an input and output space. Updated configs. Renamed problem to objective function and scenario to task type.
v0.1.2#
Benchmarks#
- HPOBench: Add rl, nasbench_101, nasbench_201, nasbench1shot1, and nas_hpo (#155, fix for benchmarks #158)
- Pymoo: Add all unconstraint tasks (#162)
Subsets#
- Updated subsets for black-box and multi-objective (#164)
Optimizers#
Improvements#
- Update/clean optimizer configs, update HEBO+Skopt a bit (#161, #163)
- Add BBOB-Vizier setup (but using BBOB from ioh; d=20, n_trials=100, #163)
- Clean analysis pipeline (data collection and plotting) (#164)
Fixes#
v0.1.1#
Documentation#
- Add example for the case when developing a standalone package either for a benchmark or for an optimizer (#157)
Bug Fixes#
- Disallowed HPOBench use in carp-s container, changed HPOBench mode to container mode (#94).
- Fix HEBO integration (#149).
- Fix plotting and data gathering
v0.1.0#
- Initial version of CARP-S.