awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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.

سجل النجوم

مخطط تاريخ النجوم لـ hyperopt/hyperoptمخطط تاريخ النجوم لـ hyperopt/hyperopt

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Hyperopt

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Hyperopt.
  • facebookresearch/nevergradالصورة الرمزية لـ facebookresearch

    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/optunaالصورة الرمزية لـ optuna

    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/flamlالصورة الرمزية لـ microsoft

    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-sklearnالصورة الرمزية لـ automl

    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
عرض جميع البدائل الـ 30 لـ Hyperopt→

الأسئلة الشائعة

ما هي وظيفة 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…