Skip to content

Commit

Permalink
Update recipes/001_first.py
Browse files Browse the repository at this point in the history
Co-authored-by: Hideaki Imamura <[email protected]>
  • Loading branch information
nabenabe0928 and HideakiImamura authored May 20, 2024
1 parent 86e7d6b commit fa9fc2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion recipes/001_first.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
# Next, define your own sampler class by inheriting `SimpleSampler` class.
# In this example, we implement a sampler that returns a random value.
# `SimpleSampler` class can be loaded using `optunahub.load_module` function.
# To download the registered sampler, we need to set `force_reload` to `False`.
# `force_reload=True` argument forces downloading the sampler from the registry.
# If we set `force_reload` to `False`, we use the cached data in our local storage if available.

Expand Down

0 comments on commit fa9fc2b

Please sign in to comment.