Module automl

Module automl 

Source
Expand description

Quantum Automated Machine Learning (AutoML) Framework

This module provides comprehensive automated machine learning capabilities for quantum computing, including automated model selection, hyperparameter optimization, pipeline construction, and quantum-specific optimizations.

The framework has been refactored from a single 3,471-line file into a modular architecture to address configuration explosion and mixed responsibilities.

Re-exports§

pub use config::*;

Modules§

analysis
Analysis Module
config
AutoML Configuration Module
pipeline
Pipeline Module
resource
Resource Management Module
search
Search Module

Structs§

QuantumAutoML
Main Quantum AutoML framework
QuantumEnsembleManager
Quantum ensemble manager

Functions§

create_comprehensive_automl_config
Create a comprehensive AutoML configuration
create_default_automl_config
Create a default AutoML configuration