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 (#2462)

Summary:
Pull Request resolved: #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 #2458)
* Makes copy edits

Reviewed By: Balandat

Differential Revision: D61054473

fbshipit-source-id: 05c97e6e908a1411b68c0af8b5175317421daf87
  • Loading branch information
esantorella authored and facebook-github-bot committed Aug 13, 2024
1 parent a7be6cb commit fbbcc73
Showing 1 changed file with 77 additions and 187 deletions.
Loading

0 comments on commit fbbcc73

Please sign in to comment.