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

SMAC3 Bayesian Optimisation Integration [🆕 Search Method] 🥉 #212

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

Commits on Dec 7, 2023

  1. refactor(configuration): add ConfigSpace

    + Custom config space is now utilising ConfigSpace
    + Classification.py is now divided in distinct Classifiers and Preprocesors for better understand and managmeent
    + Thorough documentation for users to add/modify anything
    simonprovost committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    3333b7a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abf174b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1bb413 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Configuration menu
    Copy the full SHA
    ee3f6e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dec917 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a840863 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14cb0dc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    125051c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7310cd View commit details
    Browse the repository at this point in the history
  7. refactor(genetic_programming): add get_search_space

    Get Search Space allows any search method to have access to the entire search space if needed.
    simonprovost committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2f38e9f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    663caba View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92714ea View commit details
    Browse the repository at this point in the history