optuna.exceptions.UpdateFinishedTrialError

exception optuna.exceptions.UpdateFinishedTrialError[source]

Exception for updating a finished trial.

This error is raised when attempting to update a finished trial.

add_note()

Exception.add_note(note) – add a note to the exception