awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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·9 مشاهدات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.

سجل النجوم

مخطط تاريخ النجوم لـ fmfn/bayesianoptimizationمخطط تاريخ النجوم لـ fmfn/bayesianoptimization

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ BayesianOptimization

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع BayesianOptimization.
  • bayesian-optimization/bayesianoptimizationالصورة الرمزية لـ bayesian-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-optالصورة الرمزية لـ guofei9987

    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/optunaالصورة الرمزية لـ optuna

    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.jlالصورة الرمزية لـ JuliaNLSolvers

    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
عرض جميع البدائل الـ 30 لـ BayesianOptimization→

الأسئلة الشائعة

ما هي وظيفة 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.…