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

Additional acquisition functions for sequence model-based optimization #28

Open
SimonBlanke opened this issue Jul 31, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@SimonBlanke
Copy link
Owner

I looked into a way to add more acquisition functions for the sequence model-based optimization algorithms. In the current version 1.0 the only acquisition function is the expected improvement.

Since the xi-parameter is specific to the expected improvement and currently part of the Bayesian Optimizer API it will be necessary to introduce breaking changes to the API. The xi-parameter must be removed in general and should only be passed if the expected improvement is selected. Other acquisition functions might not have the xi-paramter. All of this means, that this new feature should be part of v2.0, because there will be a small API change (because of the xi-paramter).

I also started to clean up the code for the expected improvement and put it into a separate module in: cd6747c
The future acquisition functions will be part of this module.

@SimonBlanke SimonBlanke added the enhancement New feature or request label Jul 31, 2022
@SimonBlanke SimonBlanke added this to the v2.0 milestone Jul 31, 2022
@SimonBlanke SimonBlanke self-assigned this Jul 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant