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

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

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

hyperopt/hyperopt

0
View on GitHub↗
7,582 星标·1,074 分支·Python·6 次浏览hyperopt.github.io/hyperopt↗

Hyperopt

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 search points from their evaluation.

The system provides capabilities for distributed parameter search, utilizing database-backed state coordination to synchronize trial results across multiple concurrent workers and machines. This infrastructure enables parallel objective evaluation and asynchronous experiment tracking to monitor progress and resume interrupted searches.

Features

  • Asynchronous Optimization Frameworks - Provides an asynchronous optimization framework that decouples the generation of search points from their evaluation.
  • Hyperparameter Optimization - Implements automated methods for searching and selecting the best configuration parameters for scalar-valued objective functions.
  • Hyperparameter Optimizers - A Python library for minimizing objective functions by searching through real-valued, discrete, and conditional hyperparameter spaces.
  • Conditional Parameter Dependencies - Provides support for complex search spaces with conditional parameter hierarchies.
  • Search Space Definition - Defines stochastic search spaces using expressions that support nested conditional logic and diverse data types.
  • Conditional Search Space Configuration - Constructs hierarchical parameter sets where specific distributions are active only when their parent parameters are selected.
  • Automated Parameter Searches - Implements a framework for parallelizing the search for optimal model parameters across multiple workers.
  • Objective Function Minimization - Minimizes scalar-valued objective functions by iteratively sampling from a defined hyperparameter search space.
  • Scalar-Valued Function Optimization - Optimizes potentially stochastic scalar-valued functions to find the best set of input arguments.
  • Iterative Error Minimization - Iteratively samples candidate parameters and updates the internal model to minimize a scalar-valued objective function.
  • Parallel Evaluators - Spreads the computation of search points across multiple worker processes to accelerate objective function evaluation.
  • Experiment Tracking - Tracks long-term progress and allows resuming interrupted searches by storing results and metadata in a database.
  • Result Persistence Layers - Persists trial data in a database to track long-term progress and resume interrupted optimization searches.
  • Distributed Computing Frameworks - Parallelizes the hyperparameter search process across multiple machines using external clusters or database backends.
  • Distributed Optimization Synchronization - Coordinates parallel optimization trials across multiple processes using a shared database for synchronization.
  • Distributed Task Workers - Implements a system of distributed workers to evaluate objective functions asynchronously without blocking the main process.
  • Master-Worker Coordination - Uses a shared database to coordinate multiple optimization processes across different workers.
  • Distributed State Coordination - Uses a database-backed state coordination mechanism to synchronize trial results across distributed workers.
  • Real-Time Trial Synchronization - Enables real-time updates of partial results and injection of new search points into parallel experiments.
  • Optimization Trials - Runs multiple optimization trials across different machines or clusters to find optimal parameters faster.
  • Automated Machine Learning - Library for serial and parallel optimization over awkward search spaces.
  • Hyperparameter Tuning - Library for serial and parallel hyperparameter optimization.
  • Optimization - Distributed asynchronous hyperparameter optimization.

Star 历史

hyperopt/hyperopt 的 Star 历史图表hyperopt/hyperopt 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Hyperopt 的开源替代方案

相似的开源项目,按与 Hyperopt 的功能重合度排序。
  • 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

    Python
    在 GitHub 上查看↗4,151
  • optuna/optunaoptuna 的头像

    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
  • microsoft/flamlmicrosoft 的头像

    microsoft/FLAML

    4,365在 GitHub 上查看↗

    FLAML is an automated machine learning framework, hyperparameter optimization tool, and large language model agent orchestrator. It provides a system for model selection and tuning across various learners and datasets, while also offering a toolkit for optimizing the inference parameters and fine-tuning settings of large language models. The project features a meta-learning tuning system that analyzes historical task data to generate data-dependent default configurations, accelerating model convergence. It further enables the design of collaborative multi-agent systems through conversational

    Jupyter Notebook
    在 GitHub 上查看↗4,365
  • automl/auto-sklearnautoml 的头像

    automl/auto-sklearn

    8,111在 GitHub 上查看↗

    This is a scikit-learn automated machine learning framework designed to optimize model selection and hyperparameters. It functions as an automated model selector and hyperparameter optimization tool for classification and regression tasks, utilizing an automated ensemble builder to combine high-performing models for increased predictive accuracy. The system features a distributed search engine that uses Dask for parallel machine learning optimization across CPU cores or clusters. It implements a budget-based evaluation strategy through successive halving to prioritize promising model configur

    Python
    在 GitHub 上查看↗8,111
查看 Hyperopt 的所有 30 个替代方案→

常见问题解答

hyperopt/hyperopt 是做什么的?

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.

hyperopt/hyperopt 的主要功能有哪些?

hyperopt/hyperopt 的主要功能包括:Asynchronous Optimization Frameworks, Hyperparameter Optimization, Hyperparameter Optimizers, Conditional Parameter Dependencies, Search Space Definition, Conditional Search Space Configuration, Automated Parameter Searches, Objective Function Minimization。

hyperopt/hyperopt 有哪些开源替代品?

hyperopt/hyperopt 的开源替代品包括: facebookresearch/nevergrad — Nevergrad is a gradient-free optimization library and hyperparameter optimization framework designed to find the… optuna/optuna — Optuna is a Python-based hyperparameter optimization framework designed to automate the search for optimal machine… microsoft/flaml — FLAML is an automated machine learning framework, hyperparameter optimization tool, and large language model agent… automl/auto-sklearn — This is a scikit-learn automated machine learning framework designed to optimize model selection and hyperparameters.… bayesian-optimization/bayesianoptimization — This is a Bayesian optimization library for Python designed to find the maximum value of expensive black box… microsoft/nni — NNI is an AutoML toolkit designed to automate machine learning lifecycles. It functions as a hyperparameter…