Closed knshnb closed 1 year ago
For flexible use in other libraries such as Optuna, this PR allows input of no discrete spaces for CMAwM (should behave the same as CMA in that case). Dependent on https://github.com/CyberAgentAILab/cmaes/pull/141.
CMAwM
CMA
Can we add a test case to verify that CMA and CMAwM sample the same solutions when there is no discrete spaces?
Let me work on it at #143.
For flexible use in other libraries such as Optuna, this PR allows input of no discrete spaces for
CMAwM
(should behave the same asCMA
in that case). Dependent on https://github.com/CyberAgentAILab/cmaes/pull/141.