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

Allow use of SDV to bias optimizer samples. #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2022

  1. Allow use of SDV to bias optimizer samples.

    Files changed in this commit are referenced from:
    https://github.com/deephyper/deephyper/tree/master/deephyper/skopt
    
    An additional change is made to space/space.py to prevent Exception when
    probabilities are not explicitly defined by Categorical hyperparameters.
    tlranda committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    0a2a3f9 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Configuration menu
    Copy the full SHA
    18d0d65 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5f6160 View commit details
    Browse the repository at this point in the history
  3. Fix semantic indent error

    tlranda committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    a8c1c61 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Merge bugfixes from local

    Prevent skopt optimizers from selecting rows they already have selected
    Attempt to prevent unconstrained models from returning zero rows when generation fails to be 'close'
    tlranda committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    fc85106 View commit details
    Browse the repository at this point in the history