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

add posterior_transform to AEPsychObjective #396

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. move objective outside of acquistion folder

    Summary: objectives can be used for more than just acqfs, so moving them outside of that folder for better organization. Also reorganizing the objective class files a bit so that new ones can be added.
    
    Differential Revision: D63779618
    crasanders authored and facebook-github-bot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    a40d481 View commit details
    Browse the repository at this point in the history
  2. add posterior_transform to AEPsychObjective

    Summary: The GP learns a latent function. This latent function gets transformed into whatever objective we're trying to learn through the AEPsychObjective class. This adds a method to that class that computes posterior mean and variance of the objective.
    
    Differential Revision: D63835955
    crasanders authored and facebook-github-bot committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b30eab4 View commit details
    Browse the repository at this point in the history