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

0.11 release, BOTORCH_MODULAR, BOA-paper examples, boa entry cli, docs updates #176

Merged
merged 17 commits into from
Jul 22, 2024

Commits on Jul 13, 2024

  1. Configuration menu
    Copy the full SHA
    2ee5ae1 View commit details
    Browse the repository at this point in the history
  2. 6 Configuration menu
    Copy the full SHA
    6c1ff6f View commit details
    Browse the repository at this point in the history
  3. Fix rtd yaml error

    madeline-scyphers committed Jul 13, 2024
    6 Configuration menu
    Copy the full SHA
    aacac6b View commit details
    Browse the repository at this point in the history
  4. minor docs update

    madeline-scyphers committed Jul 13, 2024
    Configuration menu
    Copy the full SHA
    2ce9dd1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2024

  1. Merge pull request #172 from madeline-scyphers/docs/add-examples-from…

    …-boa-paper-remote-repo
    
    Add examples from BOA-Paper repo to docs
    madeline-scyphers authored Jul 14, 2024
    Configuration menu
    Copy the full SHA
    7cb8afd View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Add boa and boa-plot entry points to pyproject.toml

    Allow users to start BOA with `boa -c config` or `pythong -m boa -c config`
    and start plotting with `boa-plot -sp scheduler` or `pythong -m boa.plot -sp scheduler`
    madeline-scyphers committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    21e3637 View commit details
    Browse the repository at this point in the history
  2. 6 Configuration menu
    Copy the full SHA
    979df83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28244f5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #173 from madeline-scyphers/package/add-boa-script…

    …-entry-point
    
    Add boa and boa-plot entry points to pyproject.toml
    madeline-scyphers authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    d61c35b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76dd1c9 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #174 from madeline-scyphers/docs/bo-overview

    Add BO overview tutorial page to docs
    madeline-scyphers authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    0f8df06 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Add BoTorch_Modular to config, giving custom GP and acq func ability

    Now users can customize their GP (kernel, MLL, GP class) as well as the acq func in the config without writing any code. Giving users a lot more control and power from any language with little setup
    madeline-scyphers committed Jul 22, 2024
    5 Configuration menu
    Copy the full SHA
    70876f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d32571 View commit details
    Browse the repository at this point in the history
  3. 6 Configuration menu
    Copy the full SHA
    de06e69 View commit details
    Browse the repository at this point in the history
  4. 6 Configuration menu
    Copy the full SHA
    24a279a View commit details
    Browse the repository at this point in the history
  5. Merge pull request #175 from madeline-scyphers/feature/add-support-bo…

    …torch-modular
    
    Add BoTorch_Modular to config, giving custom GP and acq func ability
    madeline-scyphers authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    4e4eecc View commit details
    Browse the repository at this point in the history
  6. Change examples toc

    madeline-scyphers committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f75fe5f View commit details
    Browse the repository at this point in the history