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
Back to pytorch/botorch

Open-source alternatives to Botorch

30 open-source projects similar to pytorch/botorch, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Botorch alternative.

  • hyperopt/hyperopt-sklearnhyperopt avatar

    hyperopt/hyperopt-sklearn

    1,647View on GitHub↗

    Hyper-parameter optimization for sklearn

    Python
    View on GitHub↗1,647
  • autonomio/talosautonomio avatar

    autonomio/talos

    1,637View on GitHub↗

    Hyperparameter Experiments with TensorFlow and Keras

    Pythonartificial-intelligencedeep-learninghyperparameter-optimization
    View on GitHub↗1,637
  • 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

AI search

Explore more awesome repositories

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

Find more with AI search
  • optuna/optunaoptuna avatar

    optuna/optuna

    14,388View on GitHub↗

    Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine learning model configurations. It functions as a Bayesian optimization library that systematically tests parameter combinations to maximize or minimize objective functions, streamlining the model development process through iterative evaluation. The project distinguishes itself through a define-by-run dynamic construction model, which allows users to build complex, conditional search spaces using standard programming logic. Its architecture is highly modular, featuring a pluggabl

    Pythondistributedhyperparameter-optimizationmachine-learning
    View on GitHub↗14,388
  • rsteca/sklearn-deaprsteca avatar

    rsteca/sklearn-deap

    774View on GitHub↗

    Use evolutionary algorithms instead of gridsearch in scikit-learn

    Jupyter Notebook
    View on GitHub↗774
  • scikit-optimize/scikit-optimizescikit-optimize avatar

    scikit-optimize/scikit-optimize

    2,827View on GitHub↗

    Sequential model-based optimization with a scipy.optimize interface

    Python
    View on GitHub↗2,827
  • ctallec/pyvarinfctallec avatar

    ctallec/pyvarinf

    362View on GitHub↗

    Python package facilitating the use of Bayesian Deep Learning methods with Variational Inference for PyTorch

    Python
    View on GitHub↗362
  • cvxgrp/cvxpyC

    cvxgrp/cvxpy

    0View on GitHub↗
    View on GitHub↗0
  • deap/deapDEAP avatar

    DEAP/deap

    6,336View on GitHub↗
    Python
    View on GitHub↗6,336
  • determined-ai/determineddetermined-ai avatar

    determined-ai/determined

    3,224View on GitHub↗

    Determined is an open-source machine learning platform that simplifies distributed training, hyperparameter tuning, experiment tracking, and resource management. Works with PyTorch and TensorFlow.

    Go
    View on GitHub↗3,224
  • dragonfly/dragonflydragonfly avatar

    dragonfly/dragonfly

    893View on GitHub↗

    An open source python library for scalable Bayesian optimisation.

    Python
    View on GitHub↗893
  • drckf/paysageD

    drckf/paysage

    0View on GitHub↗
    View on GitHub↗0
  • evhub/bboptE

    evhub/bbopt

    0View on GitHub↗
    View on GitHub↗0
  • facebook/axfacebook avatar

    facebook/Ax

    2,768View on GitHub↗

    Adaptive Experimentation Platform

    Python
    View on GitHub↗2,768
  • facebookresearch/nevergradfacebookresearch avatar

    facebookresearch/nevergrad

    4,151View on GitHub↗

    Nevergrad is a gradient-free optimization library and hyperparameter optimization framework designed to find the minimum of objective functions without using derivatives. It serves as an asynchronous optimization engine that decouples parameter suggestions from result reporting to support parallel function evaluations. The project specializes in multi-objective optimization to identify Pareto fronts for competing goals and provides a suite for benchmarking the performance and convergence of different optimization routines. It supports black-box system optimization, enabling the tuning of exte

    Python
    View on GitHub↗4,151
  • godatadriven/evolG

    godatadriven/evol

    0View on GitHub↗
    View on GitHub↗0
  • google/viziergoogle avatar

    google/vizier

    1,654View on GitHub↗

    Python-based research interface for blackbox and hyperparameter optimization, based on the internal Google Vizier Service.

    Pythonalgorithmbayesian-optimizationblackbox-optimization
    View on GitHub↗1,654
  • gpflow/gpflowoptGPflow avatar

    GPflow/GPflowOpt

    276View on GitHub↗

    Bayesian Optimization using GPflow

    Python
    View on GitHub↗276
  • guofei9987/scikit-optguofei9987 avatar

    guofei9987/scikit-opt

    6,583View on GitHub↗

    scikit-opt is a Python optimization library and numerical framework designed to solve complex global optimization problems. It provides a suite of metaheuristic algorithms and tools for finding global minima or maxima of objective functions. The library implements a variety of nature-inspired and swarm intelligence algorithms, including Genetic Algorithms, Particle Swarm Optimization, Differential Evolution, Simulated Annealing, and Ant Colony Optimization. It includes specialized solvers for discrete combinatorial challenges, such as the Traveling Salesman Problem. The framework supports th

    Python
    View on GitHub↗6,583
  • hips/autogradHIPS avatar

    HIPS/autograd

    7,458View on GitHub↗

    Autograd is an automatic differentiation library and numerical gradient engine for Python. Its primary purpose is to compute the gradients of mathematical functions to enable numerical optimization and the training of mathematical models. The library automates the calculation of derivatives to simplify the implementation of optimization algorithms. This supports activities such as machine learning research, gradient-based learning, and the optimization of numerical models.

    Python
    View on GitHub↗7,458
  • hips/spearmintHIPS avatar

    HIPS/Spearmint

    1,569View on GitHub↗

    Spearmint Bayesian optimization codebase

    Python
    View on GitHub↗1,569
  • keras-team/keras-tunerkeras-team avatar

    keras-team/keras-tuner

    2,924View on GitHub↗

    A Hyperparameter Tuning Library for Keras

    Python
    View on GitHub↗2,924
  • kubeflow/katibkubeflow avatar

    kubeflow/katib

    1,683View on GitHub↗

    Automated Machine Learning on Kubernetes

    Python
    View on GitHub↗1,683
  • lightning-ai/lightning-hpoL

    Lightning-AI/lightning-hpo

    0View on GitHub↗
    View on GitHub↗0
  • ljvmiranda921/pyswarmsljvmiranda921 avatar

    ljvmiranda921/pyswarms

    1,392View on GitHub↗

    A research toolkit for particle swarm optimization in Python

    Python
    View on GitHub↗1,392
  • maxpumperla/hyperasmaxpumperla avatar

    maxpumperla/hyperas

    2,178View on GitHub↗

    Keras Hyperopt: A very simple wrapper for convenient hyperparameter optimization

    Python
    View on GitHub↗2,178
  • msu-coinlab/pymoomsu-coinlab avatar

    msu-coinlab/pymoo

    26View on GitHub↗

    NSGA2, NSGA3, R-NSGA3, MOEAD, Genetic Algorithms (GA), Differential Evolution (DE), CMAES, PSO

    View on GitHub↗26
  • nnaisense/evotorchnnaisense avatar

    nnaisense/evotorch

    1,143View on GitHub↗

    Advanced evolutionary computation library built directly on top of PyTorch, created at NNAISENSE.

    Python
    View on GitHub↗1,143
  • pattio/deepswarmP

    Pattio/DeepSwarm

    0View on GitHub↗
    View on GitHub↗0