From 7d79b128c66b297a04b76ee378dd003d1f70c2be Mon Sep 17 00:00:00 2001 From: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com> Date: Tue, 1 Oct 2024 02:34:34 +0900 Subject: [PATCH] Update package/samplers/user_prior_cmaes/sampler.py --- package/samplers/user_prior_cmaes/sampler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/samplers/user_prior_cmaes/sampler.py b/package/samplers/user_prior_cmaes/sampler.py index 183facdc..5705aae7 100644 --- a/package/samplers/user_prior_cmaes/sampler.py +++ b/package/samplers/user_prior_cmaes/sampler.py @@ -26,7 +26,7 @@ class UserPriorCmaEsSampler(CmaEsSampler): Please check ``CmaEsSampler`` in Optuna for more details of each argument. This class modified the arguments ``x0`` and ``sigma0`` in ``CmaEsSampler`` of Optuna. Furthermore, due to the incompatibility, - This class does not support ``source_trials`` and ``use_separable_cma`` due to their incompatibility. + This class does not support ``source_trials`` and ``use_separable_cma``. Args: param_names: