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 RepositoriesObjective Function Minimization

Techniques for finding the minimum value of a target function through iterative sampling of hyperparameters.

Distinct from Hyperparameter Search Algorithms: Focuses on the act of minimizing a specific objective function, whereas Hyperparameter Search Algorithms focus on the sampling strategy used to narrow the space.

Explore 2 awesome GitHub repositories matching development tools & productivity · Objective Function Minimization. Refine with filters or upvote what's useful.

Awesome Objective Function Minimization GitHub Repositories

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

    hyperopt/hyperopt

    7,582Auf GitHub ansehen↗

    Hyperopt is a Python library for hyperparameter optimization designed to minimize scalar-valued objective functions. It operates as a stochastic search space engine that finds optimal input parameters by searching through real-valued, discrete, and conditional spaces. The framework distinguishes itself through its support for complex search space configurations, allowing for conditional parameter hierarchies where specific hyperparameters are sampled only if their parent parameters meet certain criteria. It is built as an asynchronous optimization framework, decoupling the generation of searc

    Minimizes scalar-valued objective functions by iteratively sampling from a defined hyperparameter search space.

    Python
    Auf GitHub ansehen↗7,582
  • facebookresearch/nevergradAvatar von facebookresearch

    facebookresearch/nevergrad

    4,151Auf GitHub ansehen↗

    Nevergrad is a gradient-free optimization library and hyperparameter optimization framework designed to find the minimum of objective functions without using derivatives. It serves as an asynchronous optimization engine that decouples parameter suggestions from result reporting to support parallel function evaluations. The project specializes in multi-objective optimization to identify Pareto fronts for competing goals and provides a suite for benchmarking the performance and convergence of different optimization routines. It supports black-box system optimization, enabling the tuning of exte

    Finds the minimum value of a target function using a variety of gradient-free algorithms.

    Python
    Auf GitHub ansehen↗4,151
  1. Home
  2. Development Tools & Productivity
  3. Search Optimization
  4. Hyperparameter Search Algorithms
  5. Objective Function Minimization

Unter-Tags erkunden

  • Ill-Conditioned Function OptimizationSpecialized methods for optimizing functions that are poorly scaled or rotated. **Distinct from Objective Function Minimization:** Focuses on the specific mathematical challenge of ill-conditioned functions rather than general objective minimization.
  • Parallel Objective EvaluationsThe execution of multiple objective function samples across parallel workers to accelerate the search process. **Distinct from Objective Function Minimization:** Focuses on the parallel execution of the optimization loop rather than the mathematical act of minimization.