optuna.exceptions.CLIUsageError

exception optuna.exceptions.CLIUsageError[source]

Exception for CLI.

CLI raises this exception when it receives invalid configuration.

with_traceback()

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