awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
automl avatar

automl/SMAC3

0
View on GitHub↗
1,225 stars·243 forks·Python·10 viewsautoml.github.io/SMAC3/latest↗

SMAC3

SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization

Features

  • Automated Machine Learning - Sequential model-based algorithm configuration for hyperparameter optimization.
  • Optimization - Sequential model-based algorithm configuration tool.

Star history

Star history chart for automl/smac3Star history chart for automl/smac3

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to SMAC3

Similar open-source projects, ranked by how many features they share with SMAC3.
  • hips/spearmintHIPS avatar

    HIPS/Spearmint

    1,569View on GitHub↗

    Spearmint Bayesian optimization codebase

    Python
    View on GitHub↗1,569
  • claesenm/optunityclaesenm avatar

    claesenm/optunity

    425View on GitHub↗

    optimization routines for hyperparameter tuning

    Jupyter Notebook
    View on GitHub↗425
  • fmfn/bayesianoptimizationfmfn avatar

    fmfn/BayesianOptimization

    8,650View on GitHub↗

    This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It operates as a global optimization framework that identifies optimal input parameters within defined bounds to maximize a target output. The library utilizes Gaussian process regression to predict function values and uncertainty, guiding the search for optimal parameters. It employs a surrogate-model optimization approach to approximate high-cost objective functions, reducing the total number of required evaluations. The system manages the trade-off between exploration and exploit

    Python
    View on GitHub↗8,650
  • hyperopt/hyperopthyperopt avatar

    hyperopt/hyperopt

    7,582View on GitHub↗

    Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions. It operates as a stochastic search space engine that finds optimal input parameters by searching through real-valued, discrete, and conditional spaces. The framework distinguishes itself through its support for complex search space configurations, allowing for conditional parameter hierarchies where specific hyperparameters are sampled only if their parent parameters meet certain criteria. It is built as an asynchronous optimization framework, decoupling the generation of searc

    Python
    View on GitHub↗7,582
See all 30 alternatives to SMAC3→

Frequently asked questions

What does automl/smac3 do?

SMAC3: A Versatile Bayesian Optimization Package for Hyperparameter Optimization

What are the main features of automl/smac3?

The main features of automl/smac3 are: Automated Machine Learning, Optimization.

What are some open-source alternatives to automl/smac3?

Open-source alternatives to automl/smac3 include: hyperopt/hyperopt-sklearn — Hyper-parameter optimization for sklearn. hips/spearmint — Spearmint Bayesian optimization codebase. claesenm/optunity — optimization routines for hyperparameter tuning. hyperopt/hyperopt — Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions.… fmfn/bayesianoptimization — This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It… optuna/optuna — Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine…