optuna.study
study
モジュールは Study
オブジェクトと関連機能を実装しています。Study
クラスの公開コンストラクタは用意されていますが、直接の使用は推奨されません。代わりに、ライブラリ利用者は create_study()
と load_study()
を使用して Study
を作成・読み込みする必要があります。
A study corresponds to an optimization task, i.e., a set of trials. |
|
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. |
|
Set a maximum number of trials before ending the study. |
|
Direction of a |
|
Basic attributes and aggregated results of a |