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

Update the default SingleTaskGP prior #2449

Closed
wants to merge 1 commit into from

Commits on Jul 30, 2024

  1. Update the default SingleTaskGP prior (pytorch#2449)

    Summary:
    X-link: facebook/Ax#2610
    
    Pull Request resolved: pytorch#2449
    
    Update of the default hyperparameter priors for the SingleTaskGP.
    
    Switch from the conventional Scale-Matern kernel with Gamma(3, 6) lengthscale prior is substituted for an RBF Kernel (without a ScaleKernel), and a change from the high-noise Gamma(1.1, 0.05) noise prior of the GaussianLikelihood to a LogNormal prior that prefers lower values. The change is made in accordance with the findings of [1].
    
     The change is made to improve the out-of-the-box performance of the BoTorch models on high-dimensional problems.
    
    [1] Carl Hvarfner, Erik Orm Hellsten, Luigi Nardi. _Vanilla Bayesian Optimization Performs Great in High Dimensions_. ICML, 2024.
    
    Reviewed By: saitcakmak
    
    Differential Revision: D60080819
    Carl Hvarfner authored and facebook-github-bot committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a4b6bdc View commit details
    Browse the repository at this point in the history