Skip to content
OpenCatalogcurated by FLOSSK
AI & Machine Learning

Optuna

Automatic hyperparameter optimization framework with pruning, distributed search, and lightweight integration hooks.

Why it is included

Most popular OSS choice for HPO in Python with a pragmatic API and active maintenance.

Best for

Teams tuning models and pipelines when grid search is too expensive.

Strengths

  • Pruners
  • Dashboard
  • Framework-agnostic

Limitations

  • Very large search spaces still need engineering discipline

Good alternatives

Ray Tune · Hyperopt · SigOpt (commercial)

Related tools