Skip to content

Version 2.0.0a2

Pre-release
Pre-release
Compare
Choose a tag to compare
@renesass renesass released this 26 Oct 12:01
· 17 commits to main since this release
dd249cd

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.