Contents:
optuna.exceptions.
DuplicatedStudyError
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.