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

Recompute proposal when acquisition function is changed #56

Open
kiudee opened this issue May 1, 2020 · 0 comments
Open

Recompute proposal when acquisition function is changed #56

kiudee opened this issue May 1, 2020 · 0 comments
Labels
enhancement New feature or request Priority: Low

Comments

@kiudee
Copy link
Owner

kiudee commented May 1, 2020

It is possible for users to change the acquisition function manually during an optimization run.

Example:

from bask import Optimizer
from bask.acquisition import PVRS
opt = Optimizer(...)
opt.acq_func = PVRS()

This however only takes effect after the next point has been evaluated. It would be useful if we implement a setter which does the recomputation.

@kiudee kiudee added the enhancement New feature or request label May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Priority: Low
Projects
None yet
Development

No branches or pull requests

1 participant