Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@dengdifan dengdifan released this 21 Oct 07:38
b2e0a65

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)