Goptuna v0.7.0 Release Notes

Release Date: 2020-10-21 // over 3 years ago
  • ๐Ÿ†• New feature

    ๐ŸŒ Built-in Web Dashboard (#157)

    goptuna-dashboard

    ๐Ÿš€ 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

    • ๐Ÿ›  Fix log message of pruned trials (#150)
    • Calculate logLikeLihoodsAbove from samplesBelow (#151)