optuna.exceptions.DuplicatedStudyError

exception optuna.exceptions.DuplicatedStudyError[source]

Exception for a duplicated study name.

This error is raised when a specified study name already exists in the storage.

with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.