optuna
optuna
モジュールは、他のモジュールで実装された基本的な Optuna 機能のエイリアスとして主に使用されます。現在、以下の2つのモジュールがエイリアス化されています: (1) optuna.study
からの Study ライフサイクルに関する関数、(2) optuna.exceptions
からの TrialPruned 例外(トライアルがプルーニングされた際に発生)です。
Create a new |
|
Load the existing |
|
Delete a |
|
Copy study from one storage to another. |
|
Get all study names stored in a specified storage. |
|
Get all history of studies stored in a specified storage. |
|
Exception for pruned trials. |