-
Notifications
You must be signed in to change notification settings - Fork 14
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
Get config always returns the current config generated irrespective of the trial number #39
Comments
@chandrams do you want me to fix this? |
Thanks for fixing this @johnaohara In optuna we aren't using persistent storage at present, does this mean all previous trial configs for which results are posted aren't stored anywhere in memory? Going through optuna docs. @khansaad - Do you know if the previous trial configs are stored in the study & can be retrieved? |
@chandrams This opens an interesting question about experiment/trial persistence. I'll open an issue to discuss |
I opened: #43 |
Get config always returns the last config generated irrespective of the trial number in case of gRPC service. With REST service, get config returns -1 for all trial numbers except the current trial for which it shows the config.
To recreate follow the below steps:
python grpc_client.py config --name petclinic-sample-2-75884c5549-npvgd --trial 10
The text was updated successfully, but these errors were encountered: