You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Major Changes
Option to use an own stopping strategy using IncorporateRunResultCallback.
Documentation was updated thoroughly. A new theme with a new structure is provided and all pages
have been updated. Also, the examples revised and up-to-date.
Changed scripts/smac to scripts/smac.py.
Minor Changes
README.md updated.
CITATION.cff added.
Made smac-validate.py consistent with runhistory and tae. (#762)
minR, maxR and use_ta_time can now be initialized by the scenario. (#775)
ConfigSpace.util.get_one_exchange_neighborhood's invalid configurations are ignored. (#773)
Bug Fixes
Fixed an incorrect adaptive capping behaviour. (#749)
Avoid the potential ValueError raised by LocalSearch._do_search. (#773)