awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fmfn avatar

fmfn/BayesianOptimization

0
View on GitHub↗
8,650 星标·1,604 分支·Python·MIT·7 次浏览bayesian-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.

Star 历史

fmfn/bayesianoptimization 的 Star 历史图表fmfn/bayesianoptimization 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

常见问题解答

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.

fmfn/bayesianoptimization 的主要功能有哪些?

fmfn/bayesianoptimization 的主要功能包括:Expensive Function Optimization, Bayesian Optimization Libraries, Gaussian Processes, Surrogate Model Optimization, Global Optimization Analysis, Global Optimization Frameworks, Global Search Heuristics, Numerical Parameter Optimization。

fmfn/bayesianoptimization 有哪些开源替代品?

fmfn/bayesianoptimization 的开源替代品包括: 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.…

BayesianOptimization 的开源替代方案

相似的开源项目,按与 BayesianOptimization 的功能重合度排序。
  • bayesian-optimization/bayesianoptimizationbayesian-optimization 的头像

    bayesian-optimization/BayesianOptimization

    8,552在 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
    在 GitHub 上查看↗8,552
  • guofei9987/scikit-optguofei9987 的头像

    guofei9987/scikit-opt

    6,583在 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
    在 GitHub 上查看↗6,583
  • optuna/optunaoptuna 的头像

    optuna/optuna

    14,388在 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
    在 GitHub 上查看↗14,388
  • julianlsolvers/optim.jlJuliaNLSolvers 的头像

    JuliaNLSolvers/Optim.jl

    1,201在 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
    在 GitHub 上查看↗1,201
  • 查看 BayesianOptimization 的所有 30 个替代方案→