Skip to content
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

Bayesian Optimization over Rest API #233

Open
jgoldverg opened this issue May 5, 2022 · 0 comments
Open

Bayesian Optimization over Rest API #233

jgoldverg opened this issue May 5, 2022 · 0 comments

Comments

@jgoldverg
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant