Version 2.0.0a2
Pre-release
Pre-release
Bugfixes
- Fixed random weight (re-)generalization of multi-objective algorithms: Before the weights were generated for each call to
build_matrix
, now we only re-generate them for every iteration. - Optimization may get stuck because of deep copying an iterator for callback: We removed the configuration call from
on_next_configurations_end
.
Minor
- Removed example badget in README.
- Added SMAC logo to README.