get_directions
Retrieve the optimization directions of an Optuna study to understand its search trajectory and guide further hyperparameter tuning.
Instructions
Get the directions of the study.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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. |