Skip to content

Commit

Permalink
Update recipes/001_first.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nabenabe0928 authored May 17, 2024
1 parent b946a53 commit 6ee66de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/001_first.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@


class MySampler(SimpleSampler): # type: ignore
# `search_space` argument is necessary for the concrete implmentation of `SimpleSampler` class.
# `search_space` argument is necessary for the concrete implementation of `SimpleSampler` class.
def __init__(self, search_space: dict[str, optuna.distributions.BaseDistribution]) -> None:
super().__init__(search_space)
self._rng = np.random.RandomState()
Expand Down

0 comments on commit 6ee66de

Please sign in to comment.