Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/add-user-prior-cma-es' into add-…
Browse files Browse the repository at this point in the history
…user-prior-cma-es
  • Loading branch information
nabenabe0928 committed Oct 1, 2024
2 parents fd91c4c + 7d79b12 commit 98f97fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/samplers/user_prior_cmaes/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 98f97fb

Please sign in to comment.