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

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

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

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • hyperopt/hyperopthyperopt 的头像

    hyperopt/hyperopt

    7,582在 GitHub 上查看↗

    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
    在 GitHub 上查看↗7,582
  • facebookresearch/nevergradfacebookresearch 的头像

    facebookresearch/nevergrad

    4,151在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,151
  1. Home
  2. Development Tools & Productivity
  3. Search Optimization
  4. Hyperparameter Search Algorithms
  5. Objective Function Minimization

探索子标签

  • 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.