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
·

4 Repos

Awesome GitHub RepositoriesGlobal Optimization Frameworks

Comprehensive systems for maximizing target outputs through balanced exploration and exploitation within input bounds.

Distinct from Hint-Driven Global Optimization: Distinct from security exploit frameworks; refers to mathematical global optimization systems.

Explore 4 awesome GitHub repositories matching scientific & mathematical computing · Global Optimization Frameworks. Refine with filters or upvote what's useful.

Awesome Global Optimization Frameworks 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 a mathematical system for maximizing target outputs by balancing exploration and exploitation within defined bounds.

    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

    Provides a system for maximizing target outputs by balancing exploration and exploitation within input bounds.

    Pythonbayesian-optimizationgaussian-processesoptimization
    Auf GitHub ansehen↗8,552
  • guofei9987/scikit-optAvatar von guofei9987

    guofei9987/scikit-opt

    6,583Auf GitHub ansehen↗

    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

    Provides a comprehensive framework for solving global optimization problems using a variety of heuristic and swarm algorithms.

    Python
    Auf GitHub ansehen↗6,583
  • julianlsolvers/optim.jlAvatar von JuliaNLSolvers

    JuliaNLSolvers/Optim.jl

    1,201Auf GitHub ansehen↗

    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

    Locates the absolute lowest point of a function using stochastic methods like simulated annealing and particle swarm optimization.

    Juliajuliaoptimoptimisation
    Auf GitHub ansehen↗1,201
  1. Home
  2. Scientific & Mathematical Computing
  3. Global Optimization Frameworks