Skip to content

Release v0.4.0

Compare
Choose a tag to compare
@c-bata c-bata released this 06 Apr 03:31

CHANGES

CMASampler is deprecated because it is ported to optuna.samplers.CmaEsSampler from Optuna v1.3.0.

optuna.samplers.CmaEsSampler is about 2-times slower than CMASampler. If you want to make it faster, please call cmaes.monkeypatch.patch_fast_intersection_search_space() before running study.optimize().

New features

  • Monkeypatch for faster intersection search space (#20)
  • Support step argument on IntUniformDistribution (#21)

API Changes

  • Deprecate CMASampler (#22)

Bug fixes

  • Fix scale of log uniform distribution of CMASampler (#16)