Skip to content

Commit

Permalink
Apply not's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Oct 31, 2024
1 parent 396b703 commit a5bc25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/samplers/auto_sampler/_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def _determine_single_objective_sampler(
# NOTE(nabenabe): ``CmaEsSampler`` internally falls back to ``RandomSampler`` for
# 1D problems.
return CmaEsSampler(
seed=seed, source_trials=warm_start_trials, warn_independent_sampling=False
seed=seed, source_trials=warm_start_trials, warn_independent_sampling=True
)

return self._sampler # No update happens to self._sampler.
Expand Down

0 comments on commit a5bc25e

Please sign in to comment.