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

Enabling candidate generation with both non_linear_constraints and fixed_features #1912

Closed
wants to merge 16 commits into from

Commits on Jul 3, 2023

  1. Configuration menu
    Copy the full SHA
    8026af1 View commit details
    Browse the repository at this point in the history
  2. remove failing test

    jduerholt committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f86c27e View commit details
    Browse the repository at this point in the history
  3. add test

    jduerholt committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    3cf28b1 View commit details
    Browse the repository at this point in the history
  4. Update test/optim/test_optimize.py

    Co-authored-by: Max Balandat <[email protected]>
    jduerholt and Balandat authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    a4445be View commit details
    Browse the repository at this point in the history
  5. implement reduced

    jduerholt committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    f30d81e View commit details
    Browse the repository at this point in the history
  6. Merge branch 'non_linear_and_fixed' of github.com:jduerholt/botorch i…

    …nto non_linear_and_fixed
    jduerholt committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    82bcab1 View commit details
    Browse the repository at this point in the history
  7. fix flake8

    jduerholt committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    e4346ce View commit details
    Browse the repository at this point in the history
  8. fix bug

    jduerholt committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    2593b81 View commit details
    Browse the repository at this point in the history
  9. fix test

    jduerholt committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    d550f15 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Apply suggestions from code review

    Co-authored-by: Max Balandat <[email protected]>
    jduerholt and Balandat authored Jul 4, 2023
    Configuration menu
    Copy the full SHA
    fa4d4cb View commit details
    Browse the repository at this point in the history
  2. black it

    jduerholt committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2047e40 View commit details
    Browse the repository at this point in the history
  3. flake it

    jduerholt committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    fe9eb1a View commit details
    Browse the repository at this point in the history
  4. add test

    jduerholt committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    2e177c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Apply suggestions from code review

    Co-authored-by: Sebastian Ament <[email protected]>
    jduerholt and SebastianAment authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9d3f189 View commit details
    Browse the repository at this point in the history
  2. fix linting

    jduerholt committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    cbe0d2b View commit details
    Browse the repository at this point in the history
  3. add docstring

    jduerholt committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    0e71cdb View commit details
    Browse the repository at this point in the history