Skip to content

Commit

Permalink
Speed up Warped GP tutorial by only running one replication and not c…
Browse files Browse the repository at this point in the history
…omparing against other methods (pytorch#2462)

Summary:
Pull Request resolved: pytorch#2462

Context: This tutorial has been taking too long to run. Also, a tutorial doesn't need to serve both as a demonstration tha the method works better than other methods (in a statistically significant way) and as a demonstration of how to use it.

This PR:
* Only ones one replication, rather than 3. (Putting a CI on 3 data points is a little silly anyway.)
* Removes the comparision methods, Sobol and qNEI with a non-warped GP.
* Uses qLogNEI instead of qNEI
* Use SingleTaskGP instead of deprecated FixedNoiseGP
* No longer manually specifies outcome transform (building on pytorch#2458)
* Makes copy edits

Differential Revision: D61054473
  • Loading branch information
esantorella authored and facebook-github-bot committed Aug 11, 2024
1 parent bcdea09 commit 6cef999
Showing 1 changed file with 77 additions and 187 deletions.
Loading

0 comments on commit 6cef999

Please sign in to comment.