Goptuna v0.0.2 Release Notes

Release Date: 2019-07-29 // almost 5 years ago
  • New feature

    • Accept a go's context via study.WithContext (#4)
    • ๐Ÿ‘Œ Support CategoricalDistribution (#8)

    Internal change

    • Redesign the distribution interface. (#6)
    • โž• Add about 20 methods in storage interface and InMemoryStorage. (#7)

    For developers

    • ๐Ÿ‘Œ Improve test coverages.
    • ๐Ÿ›  Fix all golint errors.