awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 Repos

Awesome GitHub RepositoriesAcquisition Function Balancing

Mathematical methods to manage the trade-off between exploring new search space and exploiting known high-value areas.

Distinct from Load Balancing Architectures: None of the candidates cover the specific probabilistic optimization concept of acquisition functions; distinct from network load balancing.

Explore 2 awesome GitHub repositories matching scientific & mathematical computing · Acquisition Function Balancing. Refine with filters or upvote what's useful.

Awesome Acquisition Function Balancing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • fmfn/bayesianoptimizationAvatar von fmfn

    fmfn/BayesianOptimization

    8,650Auf GitHub ansehen↗

    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

    Implements mathematical formulas to balance exploration and exploitation during the search for optimal parameters.

    Python
    Auf GitHub ansehen↗8,650
  • bayesian-optimization/bayesianoptimizationAvatar von bayesian-optimization

    bayesian-optimization/BayesianOptimization

    8,552Auf GitHub ansehen↗

    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

    Balances the exploration of uncertain regions and exploitation of known high-value areas using an acquisition function.

    Pythonbayesian-optimizationgaussian-processesoptimization
    Auf GitHub ansehen↗8,552
  1. Home
  2. Scientific & Mathematical Computing
  3. Acquisition Function Balancing