Re-running optuna study with different hyper parameter ranges? #61
Unanswered
georgemilosh
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems that I can repeat
which is quite nice.
Is it possible to change the range of the trial parameters (hyp['parameter'] = ... ) in the second run? What comes to mind is changing manually what is hardcoded in
hyperparameter_optimization.py. This could be useful if I notice that there is a potential to look for more broad parameters then first specified. But I worry that the method I described would be error prone.Beta Was this translation helpful? Give feedback.
All reactions