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 decoupled MOBO tutorial to use input transforms & Log NEHVI #2488

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

Commits on Aug 23, 2024

  1. Rework botorch/acquisition/multi_objective directory structure

    Summary:
    Moves the base classes into their own file to avoid circular imports. Previosly, we couldn't import the base class and the log acqfs in the same file without introducing a circular import.
    
    Also fixed typing of `eta`, as it cannot be `None`.
    
    Differential Revision: D61721280
    saitcakmak authored and facebook-github-bot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d03b4ed View commit details
    Browse the repository at this point in the history
  2. Suppress non-log EI warnings in HVKG helpers (#2486)

    Summary:
    Pull Request resolved: #2486
    
    My first idea was to change this to use Log-EHVI, but this helper is used in the tutorial to compute the hypervolume, so we can't change the return value. Since this is not directly constructed by the user, raising a warning is not productive. This diff suppresses the warning.
    
    Differential Revision: D61722790
    saitcakmak authored and facebook-github-bot committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5985b0f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ccba36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9b0156 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. tutorial-update

    saitcakmak committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5cd3d07 View commit details
    Browse the repository at this point in the history
  2. add pymoo as a dependency

    saitcakmak committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5e46221 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2da31e8 View commit details
    Browse the repository at this point in the history