-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with optimize
: needs more documentation, maybe does not return the correct best parameters?
#605
Comments
|
Thanks!
The glossary entry for SEM aligns with what you said though. Fwiw it might be nice to have more documentation of |
Btw, I think I was misled by the |
Ah good catch, we must have forgotten to update this part of the docs. Fixed in #606.
Point taken - we should write up a more detailed description of what's going on under the hood.
Good point also, we should do one of the following:
I don't think an option 3 (leave things as is but explain why we do it) makes a lot of sense. |
There is not a full reproducibility guarantee that comes from setting Overall, we always recommend using the Service API for use cases that are not entirely trivial (since Loop API aka |
optimize
does not return the correct best parameters?optimize
: needs more documentation, maybe does not return the correct best parameters?
Thanks @lena-kashtelyan! My two cents- |
This is fantastic feedback, thank you!! |
It looks like the issue with the parameter constraints not being correctly propagated through the loop API have been resolved and are already in the latest stable release. Discussion for the improvement of Closing this task now. |
I'm running the Get Started example with
optimize
and seeing a couple issues:random_seed
does not lead to reproducible output. Values only change by a small amount on subsequent runs so it's not 100% "random"- perhaps there's another RNG that feeds into one part of this?best_parameters
do not actually come from the trial with the best result. In the example below, they come from trial 14, while the actual best result was in trial 11. (This issue persisted even though the output values varied when I reran it.)The text was updated successfully, but these errors were encountered: