awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hyperopt avatar

hyperopt/hyperopt

0
View on GitHub↗
7,582 estrellas·1,074 forks·Python·6 vistashyperopt.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.

Historial de estrellas

Gráfico del historial de estrellas de hyperopt/hyperoptGráfico del historial de estrellas de hyperopt/hyperopt

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Hyperopt

Proyectos open-source similares, clasificados según cuántas características comparten con Hyperopt.
  • facebookresearch/nevergradAvatar de facebookresearch

    facebookresearch/nevergrad

    4,151Ver en 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
    Ver en GitHub↗4,151
  • optuna/optunaAvatar de optuna

    optuna/optuna

    14,388Ver en 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
    Ver en GitHub↗14,388
  • microsoft/flamlAvatar de microsoft

    microsoft/FLAML

    4,365Ver en 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
    Ver en GitHub↗4,365
  • automl/auto-sklearnAvatar de automl

    automl/auto-sklearn

    8,111Ver en 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
    Ver en GitHub↗8,111
Ver las 30 alternativas a Hyperopt→

Preguntas frecuentes

¿Qué hace 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.

¿Cuáles son las características principales de hyperopt/hyperopt?

Las características principales de hyperopt/hyperopt son: Asynchronous Optimization Frameworks, Hyperparameter Optimization, Hyperparameter Optimizers, Conditional Parameter Dependencies, Search Space Definition, Conditional Search Space Configuration, Automated Parameter Searches, Objective Function Minimization.

¿Qué alternativas de código abierto existen para hyperopt/hyperopt?

Las alternativas de código abierto para hyperopt/hyperopt incluyen: 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…