Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add better support for multiprocessing of usage: optuna [--version] […
…-v | -q] [--log-file LOG_FILE] [-h] [--debug] [--config CONFIG] [--storage STORAGE] optional arguments: --version show program's version number and exit -v, --verbose Increase verbosity of output. Can be repeated. -q, --quiet Suppress output except warnings and errors. --log-file LOG_FILE Specify a file to log output. Disabled by default. -h, --help Show help message and exit. --debug Show tracebacks on errors. --config CONFIG Config file path. (default=$HOME/.optuna.yml) --storage STORAGE DB URL. (e.g. sqlite:///example.db) Commands: complete print bash completion command (cliff) create-study dashboard help print detailed help for another command (cliff) storage upgrade studies Command base class for providing a list of data as output. study optimize study set-user-attr optimizing.
- Loading branch information