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 29, 2024
1 parent d56cbe3 commit 90193ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/samplers/auto_sampler/_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def _determine_single_objective_sampler(
or any(isinstance(d, CategoricalDistribution) for d in search_space.values())
or self._include_conditional_param(study)
):
# NOTE(nabenabe): The statement above is always true for Trial#1.
# Use ``TPESampler`` if search space includes conditional or categorical parameters.
# TBD: group=True?
return TPESampler(
Expand Down

0 comments on commit 90193ff

Please sign in to comment.