Code Monkey home page Code Monkey logo

Comments (1)

Balandat avatar Balandat commented on June 13, 2024 1

I can't say I have a great understanding of the nuances of the active learning acquisition functions and why you see this behavior (or whether that is surprising), but let me share some thoughts:

  • The metric you're using for evaluation here is the MSE, while qNegIntegratedPosteriorVariance targets, as the name suggests, the integrated posterior variance. It's not particularly surprising that the this may not lead to the best MSE model. It would be interesting to also compute the integrated posterior variance, w.r.t. which one would indeed expect better performance from using qNegIntegratedPosteriorVariance. More generally, it would be good to also include metrics that include a measure of the quality of the model's uncertainty quantification, e.g. the NLL of the observations under the model posterior.
  • Does this replicate on other test functions? It's not uncommon to see one acquisition strategy show better performance one one problem and worse performance on another based on the nature of the underlying function. I would at least try a couple of other test functions to see whether this behavior is systematic or not.
  • It looks like you're starting off at 100 initial points, which is quite a lot for a GP model on Hartmann already. You'll probably have a much easier time distinguishing performance if you reduce this substantially, since right now the difference in model performance will be quite small from the get-go.

from botorch.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.