v0.9.1
What's Changed
- Remove
tox.ini
by @c-bata in #131 - Fix a broken link to Optuna's documentation by @c-bata in #132
- Drop Python 3.6 support. by @c-bata in #130
- Reuse
CMA
insideCMAwM
by @knshnb in #133 - Add rng related methods by @knshnb in #135
- Fix correction of out-of-range continuous params of
CMAwM
by @knshnb in #134 - Fix correction of out-of-range discrete params of
CMAwM
by @knshnb in #136 - Avoid to use
typing.List
,typing.Dict
, andtyping.Tuple
. by @c-bata in #139 - Check feasibility of sampled discrete parameters in
CMAwM
by @knshnb in #140 - Refactor
CMAwM
by @knshnb in #141 - Add a test case for no discrete spaces. by @c-bata in #143
- Allow no discrete spaces in
CMAwM
by @knshnb in #142 - Remove warnings in CMAwM class by @c-bata in #144
- Revert handling of infeasible discrete parameters by @knshnb in #145
- Bump the version up to v0.9.1 by @c-bata in #138
Full Changelog: v0.9.0...v0.9.1