create_study
Create a new Optuna study or load an existing one by specifying the study name and optimization directions.
Instructions
Create a new Optuna study with the given study_name and directions.
If the study already exists, it will be simply loaded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_name | Yes | ||
| directions | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_name | Yes | ||
| sampler_name | No | The name of the sampler used in the study. | |
| directions | No | The optimization directions for each objective. | |
| metric_names | No | The metric names for each objective. |