Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Speed up Warped GP tutorial by only running one replication and not c…
…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