awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
hyperopt avatar

hyperopt/hyperopt

0
View on GitHub↗
7,582 stars·1,074 forks·Python·19 viewshyperopt.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 history

Star history chart for hyperopt/hyperoptStar history chart for hyperopt/hyperopt

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Hyperopt

Similar open-source projects, ranked by how many features they share with Hyperopt.
  • facebookresearch/nevergradfacebookresearch avatar

    facebookresearch/nevergrad

    4,151View on 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
    View on GitHub↗4,151
  • optuna/optunaoptuna avatar

    optuna/optuna

    14,388View on 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
    View on GitHub↗14,388
  • microsoft/flamlmicrosoft avatar

    microsoft/FLAML

    4,365View on 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
    View on GitHub↗4,365
  • automl/auto-sklearnautoml avatar

    automl/auto-sklearn

    8,111View on 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
    View on GitHub↗8,111
See all 30 alternatives to Hyperopt→

Frequently asked questions

What does hyperopt/hyperopt do?

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.

What are the main features of hyperopt/hyperopt?

The main features of hyperopt/hyperopt are: Asynchronous Optimization Frameworks, Hyperparameter Optimization, Hyperparameter Optimizers, Conditional Parameter Dependencies, Search Space Definition, Conditional Search Space Configuration, Automated Parameter Searches, Objective Function Minimization.

What are some open-source alternatives to hyperopt/hyperopt?

Open-source alternatives to hyperopt/hyperopt include: 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…