Skip to content

Release 0.13.0

Compare
Choose a tag to compare
@KEggensperger KEggensperger released this 25 Sep 14:02
9d7d09d

Major Changes

  • Split choosing next challenger from evaluating challenger (#663)
  • Implemented parallel SMAC using dask (#675, #677, #681, #685, #686)
  • Drop support for Python 3.5

Minor Changes

  • Update Readme
  • Remove runhistory from TAE (#663)
  • Store SMAC's internal config id in the configuration object (#679)
  • Introduce Status Type STOP (#690)

Bug Fixes

  • Only validate restriction of Sobol Sequence when choosing Sobol Sequence (#664)
  • Fix wrong initialization of list in local search (#680)
  • Fix setting random seed with a too small range in Latin Hypercube design (#688)