Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 471 Bytes

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 471 Bytes

Changelog

All notable changes to this project will be documented in this file.

[v0.3.0]

Updated ASHA

  • Internal algorithm of the AHSA implementation use iteration unit instead of epoch.
  • Minor bug fixes.

[v0.2.0]

Updated

  • Added get_progress() API to provide current progresses.

[v0.1.0]

Added

  • Initial version of hpopt.
  • SMBO (Sequential Model Based Optimization) and ASHA (Asynchronous Successive Halving Algorithm) are implemented.