awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fmfn avatar

fmfn/BayesianOptimization

0
View on GitHub↗
8,650 stele·1,604 fork-uri·Python·MIT·5 vizualizăribayesian-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.

Istoric stele

Graficul istoricului de stele pentru fmfn/bayesianoptimizationGraficul istoricului de stele pentru fmfn/bayesianoptimization

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru BayesianOptimization

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu BayesianOptimization.
  • bayesian-optimization/bayesianoptimizationAvatar bayesian-optimization

    bayesian-optimization/BayesianOptimization

    8,552Vezi pe 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
    Vezi pe GitHub↗8,552
  • guofei9987/scikit-optAvatar guofei9987

    guofei9987/scikit-opt

    6,583Vezi pe 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
    Vezi pe GitHub↗6,583
  • optuna/optunaAvatar optuna

    optuna/optuna

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

    JuliaNLSolvers/Optim.jl

    1,201Vezi pe 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
    Vezi pe GitHub↗1,201
Vezi toate cele 30 alternative pentru BayesianOptimization→

Întrebări frecvente

Ce face 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.

Care sunt principalele funcționalități ale fmfn/bayesianoptimization?

Principalele funcționalități ale fmfn/bayesianoptimization sunt: Expensive Function Optimization, Bayesian Optimization Libraries, Gaussian Processes, Surrogate Model Optimization, Global Optimization Analysis, Global Optimization Frameworks, Global Search Heuristics, Numerical Parameter Optimization.

Care sunt câteva alternative open-source pentru fmfn/bayesianoptimization?

Alternativele open-source pentru fmfn/bayesianoptimization includ: 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.…