tell
Report the outcome of a hyperparameter optimization trial by providing its number and resulting metric values, allowing Optuna to refine the optimization.
Instructions
Report the result of a trial
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trial_number | Yes | ||
| values | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| trial_number | Yes | ||
| params | No | The parameter values suggested by the trial. | |
| values | No | The objective values of the trial. | |
| user_attrs | No | User-defined attributes for the trial. | |
| system_attrs | No | System-defined attributes for the trial. |