Closed eukaryo closed 7 months ago
I want to remove deprecated CmaEsSampler from integration. This PR does not affect optuna/sampler/_cmaes.py.
CmaEsSampler
optuna/sampler/_cmaes.py
This PR is related to PR https://github.com/optuna/optuna/pull/1325 and https://github.com/optuna/optuna/pull/5417 .
I removed CmaEsSampler from integration.
@nabenabe0928 Could you review this PR?
This pull request has not seen any recent activity.
Motivation
I want to remove deprecated
CmaEsSampler
from integration. This PR does not affectoptuna/sampler/_cmaes.py
.This PR is related to PR https://github.com/optuna/optuna/pull/1325 and https://github.com/optuna/optuna/pull/5417 .
Description of the changes
I removed
CmaEsSampler
from integration.