• Key Features
  • Code Examples
  • Installation
  • Blog
  • Videos
  • Paper
  • Community
Logo
v2.10.1

Contents:

  • Installation
  • Tutorial
    • Key Features
      • Lightweight, versatile, and platform agnostic architecture
      • Pythonic Search Space
      • Efficient Optimization Algorithms
      • Easy Parallelization
      • Quick Visualization for Hyperparameter Optimization Analysis
    • Recipes
      • Saving/Resuming Study with RDB Backend
      • Multi-objective Optimization with Optuna
      • User Attributes
      • Command-Line Interface
      • User-Defined Sampler
      • User-Defined Pruner
      • Callback for Study.optimize
      • Specify Hyperparameters Manually
      • Ask-and-Tell Interface
      • Re-use the best values
  • API Reference
  • FAQ
Optuna
  • »
  • Tutorial
  • Edit on GitHub

Tutorial¶

If you are new to Optuna or want a general introduction, we highly recommend the below video.




Key Features¶

Showcases Optuna’s Key Features.

Lightweight, versatile, and platform agnostic architecture

Lightweight, versatile, and platform agnostic architecture¶

Pythonic Search Space

Pythonic Search Space¶

Efficient Optimization Algorithms

Efficient Optimization Algorithms¶

Easy Parallelization

Easy Parallelization¶

Quick Visualization for Hyperparameter Optimization Analysis

Quick Visualization for Hyperparameter Optimization Analysis¶

Recipes¶

Showcases the recipes that might help you using Optuna with comfort.

Saving/Resuming Study with RDB Backend

Saving/Resuming Study with RDB Backend¶

Multi-objective Optimization with Optuna

Multi-objective Optimization with Optuna¶

User Attributes

User Attributes¶

Command-Line Interface

Command-Line Interface¶

User-Defined Sampler

User-Defined Sampler¶

User-Defined Pruner

User-Defined Pruner¶

Callback for Study.optimize

Callback for Study.optimize¶

Specify Hyperparameters Manually

Specify Hyperparameters Manually¶

Ask-and-Tell Interface

Ask-and-Tell Interface¶

Re-use the best values

Re-use the best values¶

Download all examples in Python source code: tutorial_python.zip

Download all examples in Jupyter notebooks: tutorial_jupyter.zip

Gallery generated by Sphinx-Gallery

Previous Next

© Copyright 2018, Optuna Contributors.. Revision cca4adc0.

Built with Sphinx using a theme provided by Read the Docs. Privacy Policy.