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
pytorch avatar

pytorch/botorch

0
View on GitHub↗
3,555 stars·484 forks·Jupyter Notebook·MIT·15 viewsbotorch.org↗

Botorch

Bayesian optimization in PyTorch

Features

  • Hyperparameter Tuning - Bayesian optimization in PyTorch.
  • Optimization - Bayesian optimization framework built on PyTorch.
  • Probabilistic and Generative - Library for Bayesian optimization.

Star history

Star history chart for pytorch/botorchStar history chart for pytorch/botorch

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 Botorch

Similar open-source projects, ranked by how many features they share with Botorch.
  • 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
  • autonomio/talosautonomio avatar

    autonomio/talos

    1,637View on GitHub↗

    Hyperparameter Experiments with TensorFlow and Keras

    Pythonartificial-intelligencedeep-learninghyperparameter-optimization
    View on GitHub↗1,637
  • hyperopt/hyperopt-sklearnhyperopt avatar

    hyperopt/hyperopt-sklearn

    1,647View on GitHub↗

    Hyper-parameter optimization for sklearn

    Python
    View on GitHub↗1,647
See all 30 alternatives to Botorch→

Frequently asked questions

What does pytorch/botorch do?

Bayesian optimization in PyTorch

What are the main features of pytorch/botorch?

The main features of pytorch/botorch are: Hyperparameter Tuning, Optimization, Probabilistic and Generative.

What are some open-source alternatives to pytorch/botorch?

Open-source alternatives to pytorch/botorch include: hyperopt/hyperopt — Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions.… optuna/optuna — Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine… fmfn/bayesianoptimization — This is a Python scientific computing library for finding the global maximum of expensive black-box functions. It… autonomio/talos — Hyperparameter Experiments with TensorFlow and Keras. hyperopt/hyperopt-sklearn — Hyper-parameter optimization for sklearn. rsteca/sklearn-deap — Use evolutionary algorithms instead of gridsearch in scikit-learn.