From fa9fc2be3bfce53616a2c9c3208113ab1bb592b9 Mon Sep 17 00:00:00 2001 From: Shuhei Watanabe <47781922+nabenabe0928@users.noreply.github.com> Date: Mon, 20 May 2024 06:39:16 +0200 Subject: [PATCH] Update recipes/001_first.py Co-authored-by: Hideaki Imamura <38826298+HideakiImamura@users.noreply.github.com> --- recipes/001_first.py | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/001_first.py b/recipes/001_first.py index df050eca..45aa2fdb 100644 --- a/recipes/001_first.py +++ b/recipes/001_first.py @@ -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.