Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 committed Dec 10, 2024
1 parent a28e471 commit 8f875fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/samplers/hebo/sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def _sample_relative_stateless(
# note: The backend HEBO implementation uses Sobol sampling here.
# This sampler does not call `hebo.suggest()` here because
# Optuna needs to know search space by running the first trial in Define-by-Run.
return {}
self._is_independent_sample_necessary = True
return {}
else:
Expand Down

0 comments on commit 8f875fc

Please sign in to comment.