awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fmfn avatar

fmfn/BayesianOptimization

0
View on GitHub↗
8,650 estrellas·1,604 forks·Python·MIT·5 vistasbayesian-optimization.github.io/BayesianOptimization/index.html↗

BayesianOptimization

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 exploitation through acquisition-function balancing and sequential design sampling. It provides capabilities for global optimization analysis, including the use of kernel-based covariance mapping and hyperparameter tuning workflows.

Features

  • Expensive Function Optimization - Locates the highest value of high-cost functions by balancing exploration and exploitation using probabilistic models.
  • Bayesian Optimization Libraries - A Python framework employing Bayesian sampling and probabilistic modeling to find global maxima of expensive functions.
  • Gaussian Processes - Uses Gaussian processes to model target functions and quantify uncertainty across the search space.
  • Surrogate Model Optimization - Approximates high-cost objective functions with a surrogate model to reduce the total number of required evaluations.
  • Global Optimization Analysis - Searches for the maximum or minimum value of complex functions across a wide range of input variables.
  • Global Optimization Frameworks - Implements a mathematical system for maximizing target outputs by balancing exploration and exploitation within defined bounds.
  • Global Search Heuristics - Employs iterative sampling heuristics to identify the global maximum of expensive black-box functions.
  • Numerical Parameter Optimization - Identifies the best combination of input parameters within defined bounds to maximize the target output.
  • Kernel-Based Feature Mapping - Uses kernel-based mapping to define similarity between input points for Gaussian process predictions.
  • Hyperparameter Tuning - Provides a workflow for optimizing model configurations to improve predictive accuracy without exhaustive searching.
  • Search Strategy Optimization - Balances exploration and exploitation within the parameter search space using specialized acquisition functions.
  • Acquisition Function Balancing - Implements mathematical formulas to balance exploration and exploitation during the search for optimal parameters.
  • Scientific Computing - Provides algorithms for high-cost numerical optimization and surrogate modeling within the Python scientific computing ecosystem.
  • Sequential Design Sampling - Determines subsequent evaluation points by maximizing an acquisition function based on the current model state.
  • Automated Machine Learning - Python implementation of Bayesian global optimization.
  • Hyperparameter Tuning - Global optimization library using Gaussian processes.
  • Optimization - Global optimization using Gaussian processes.

Historial de estrellas

Gráfico del historial de estrellas de fmfn/bayesianoptimizationGráfico del historial de estrellas de fmfn/bayesianoptimization

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Preguntas frecuentes

¿Qué hace fmfn/bayesianoptimization?

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.

¿Cuáles son las características principales de fmfn/bayesianoptimization?

Las características principales de fmfn/bayesianoptimization son: Expensive Function Optimization, Bayesian Optimization Libraries, Gaussian Processes, Surrogate Model Optimization, Global Optimization Analysis, Global Optimization Frameworks, Global Search Heuristics, Numerical Parameter Optimization.

¿Qué alternativas de código abierto existen para fmfn/bayesianoptimization?

Las alternativas de código abierto para fmfn/bayesianoptimization incluyen: bayesian-optimization/bayesianoptimization — This is a Bayesian optimization library for Python designed to find the maximum value of expensive black box… guofei9987/scikit-opt — scikit-opt is a Python optimization library and numerical framework designed to solve complex global optimization… optuna/optuna — Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine… julianlsolvers/optim.jl — Optim.jl is a numerical optimization library for the Julia programming language, providing a comprehensive framework… hyperopt/hyperopt-sklearn — Hyper-parameter optimization for sklearn. hyperopt/hyperopt — Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions.…

Alternativas open-source a BayesianOptimization

Proyectos open-source similares, clasificados según cuántas características comparten con BayesianOptimization.
  • bayesian-optimization/bayesianoptimizationAvatar de bayesian-optimization

    bayesian-optimization/BayesianOptimization

    8,552Ver en GitHub↗

    This is a Bayesian optimization library for Python designed to find the maximum value of expensive black box functions. It operates as a global optimizer that uses probabilistic models to identify the peak value of unknown functions through iterative sampling. The tool is specifically designed for hyperparameter tuning in machine learning, where it maximizes model performance while minimizing the number of required training runs. It treats the target function as a black box, selecting optimal input parameters based on statistical priors to reduce manual trial and error. The system utilizes G

    Pythonbayesian-optimizationgaussian-processesoptimization
    Ver en GitHub↗8,552
  • guofei9987/scikit-optAvatar de guofei9987

    guofei9987/scikit-opt

    6,583Ver en 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
    Ver en GitHub↗6,583
  • optuna/optunaAvatar de optuna

    optuna/optuna

    14,388Ver en 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
    Ver en GitHub↗14,388
  • julianlsolvers/optim.jlAvatar de JuliaNLSolvers

    JuliaNLSolvers/Optim.jl

    1,201Ver en GitHub↗

    Optim.jl is a numerical optimization library for the Julia programming language, providing a comprehensive framework for minimizing or maximizing univariate and multivariate functions. It offers a suite of tools for solving both constrained and unconstrained mathematical problems, utilizing a variety of gradient-based, derivative-free, and stochastic search methods. The library distinguishes itself through a modular architecture that leverages language-level multiple dispatch to automatically select efficient solvers based on input data types and objective function properties. It supports com

    Juliajuliaoptimoptimisation
    Ver en GitHub↗1,201
Ver las 30 alternativas a BayesianOptimization→