set_metric_names
Assign labels to each objective value to distinguish them in multi-objective optimization. Specify a list of metric names matching the number of objectives.
Instructions
Set metric_names. metric_names are labels used to distinguish what each objective value is.
Args:
metric_names:
The list of metric name for each objective value.
The length of metric_names list must be the same with the number of objectives.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| metric_names | Yes |
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. |