Skip to content

v.2.3.0

Latest
Compare
Choose a tag to compare
@benjamc benjamc released this 21 Jan 08:13
640f8a9

Documentation

  • Update windows install guide (#952)
  • Correct intensifier for Algorithm Configuration Facade (#1162, #1165)
  • Migrate sphinx docs to mkdocs (#1155)

Bugfixes

  • Fix bug in differential evolution acquisition maximizer in case the search space contains categorical hyperparameters (#1150)
  • Fix wrong attr query in the target function runner (crash cost) (#1176)
  • Fix kwargs for DifferentialEvolution (#1187)
  • Fix PiBo implementation (#1076)
  • Add fix for local search running forever (#1194)

Improvements

  • Add logger information on handling of stopIteration error (#960)
  • Replace deprecated ConfigSpace methods (#1139)
  • Separated Wallclock time measurements from CPU time measurements and storing them under new 'cpu_time' variable (#1173)
  • Adapt RunHistory to be human readable (# 1174)

Dependencies

  • Allow numpy >= 2.x (#1146)

Examples

  • Add warmstarting example (#1120)