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 search space class for BayesOpt #355

Merged

Commits on Aug 9, 2023

  1. Add search space class for BayesOpt

    Added an `AbstractSearchSpace` abstract base class for the BayesOpt library, as well as a concrete implementation in the form of a `ContinuousSearchSpace` class. Tests have also been added.
    Thomas-Christie committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    a723952 View commit details
    Browse the repository at this point in the history
  2. Minor additions to search space

    - Check that `lower_bounds` and `upper_bounds` are of same dtype.
    - Allow some dimensions of `lower_bounds` to be equal to `upper_bounds`
      as users may wish to keep certain dimensions fixed.
    Thomas-Christie committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    d487bd6 View commit details
    Browse the repository at this point in the history