optuna.study
The study
module implements the Study
object and related functions. A public constructor is available for the Study
class, but direct use of this constructor is not recommended. Instead, library users should create and load a Study
using create_study()
and load_study()
respectively.
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 |