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

Expose strategy flag in the ask function #124

Open
AkselObdrup opened this issue Oct 13, 2021 · 0 comments
Open

Expose strategy flag in the ask function #124

AkselObdrup opened this issue Oct 13, 2021 · 0 comments
Labels

Comments

@AkselObdrup
Copy link
Contributor

The backend supports various strategies for the ask() function when the user want a batch of experiments.
Currently the default value of strategy is "stbr_fill", which means that after the first experiment has been drawn with the acqusition function the remaining experiments will be chosen with the Steinerberger strategy (which is a very explorative method).
It would often be useful to be able to switch to one of the other batch ask strategies, such as "stbr_full", "cl_min", "cl_mean", "cl_max" or "KB".
This could be implemented with a dropdown list in the Result data component and the choice should be saved in the JSON file eg. under extras like experimentSuggestionCount and then the ask call in the API should include this choice.

@AkselObdrup AkselObdrup added the enhancement New feature or request label Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants