Skip to content

Bayesian Optimization over Rest API #233

@jgoldverg

Description

@jgoldverg

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions