Goptuna v0.7.1 Release Notes
Release Date: 2020-10-28 // over 2 years agoPrevious changes from v0.7.0
-
๐ New feature
๐ Built-in Web Dashboard (#157)
๐ You can download standalone binaries (JavaScript files are also embedded in these binaries) via GitHub release, then you can open Web dashboard like following command.
$ goptuna --versiongoptuna version 0.7.0 (rev: e8db5dc)$ goptuna dashboard --storage sqlite:///example.db --host 127.0.0.1 --port 8000
Goptuna's RDB storage backend is compatible with Optuna. So this CLI is able to visualize Optuna's optimization results.
๐ Improvements
- Faster TPE categorical sampling (#152)
๐ Bug fixes