optuna.exceptions

exceptions モジュールは、基本クラス OptunaError を継承した Optuna 固有の例外を定義しています。ライブラリ利用者にとって特に重要な例外として、optuna.trial.Trial.should_prune()True を返す場合に発生させるべき TrialPruned があります。

OptunaError

Base class for Optuna specific errors.

TrialPruned

Exception for pruned trials.

CLIUsageError

Exception for CLI.

StorageInternalError

Exception for storage operation.

DuplicatedStudyError

Exception for a duplicated study name.

UpdateFinishedTrialError

Exception for updating a finished trial.