You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I was wondering if someone could publish an example showing how to use the library to accept inputs over something like a gin REST API call.
My set up is I have another service that does some processing in real time and I want to try using Bayesian optimization to increase performance of it on the fly. I have 3 values that effect the processing application which I want the BO to give better values for. My "reward" or the evaluation happens on the processing application side.
How can I set up goptuna to accept inputs from gin context and then respond with the next set of parameters to try.
Thank you very much!
The text was updated successfully, but these errors were encountered:
Hello I was wondering if someone could publish an example showing how to use the library to accept inputs over something like a gin REST API call.
My set up is I have another service that does some processing in real time and I want to try using Bayesian optimization to increase performance of it on the fly. I have 3 values that effect the processing application which I want the BO to give better values for. My "reward" or the evaluation happens on the processing application side.
How can I set up goptuna to accept inputs from gin context and then respond with the next set of parameters to try.
Thank you very much!
The text was updated successfully, but these errors were encountered: