GPflowOpt icon indicating copy to clipboard operation
GPflowOpt copied to clipboard

Noisy optimization

Open icouckuy opened this issue 8 years ago • 2 comments

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 avatar May 07 '17 17:05 icouckuy

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

javdrher avatar May 07 '17 17:05 javdrher

(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.

javdrher avatar Jul 29 '17 16:07 javdrher