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

Noisy optimization #9

Open
icouckuy opened this issue May 7, 2017 · 2 comments
Open

Noisy optimization #9

icouckuy opened this issue May 7, 2017 · 2 comments

Comments

@icouckuy
Copy link
Contributor

icouckuy commented May 7, 2017

This issue keeps track of the support for stochastic optimization. In machine learning the standard expected improvement is often used, which actually does not account for possible noise.

As a first step we are looking at implementing the augmented EI or a variation thereof as described in:
https://hal.archives-ouvertes.fr/hal-00658212/document

@icouckuy icouckuy added this to the 0.1.0 release milestone May 7, 2017
@javdrher
Copy link
Member

javdrher commented May 7, 2017

Right now we implement (17) in that paper. We could add (18), should not be a big problem,

@javdrher javdrher removed this from the 0.1.0 release milestone Jul 7, 2017
@javdrher
Copy link
Member

(18) is implemented in the notebook on defining new acquisition functions. We won't be adding it to the library as a standard option though. In case someone wants to try other options, the framework allows implementation

In the project proposal we added the knowledge gradient. This would be an included algorithm supporting noisy objectives.

@icouckuy icouckuy modified the milestone: 0.1.0 release Aug 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants