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

Latest commit

 

History

History
56 lines (46 loc) · 1.7 KB

README.md

File metadata and controls

56 lines (46 loc) · 1.7 KB

[HpOpt] Hyper-parameter Optimization

Python library of automatic hyper-parameter optimization

Design principles

  • Easy to use configuration
    • Support for automatic configuration
  • Distributed execution on multi-node
    • Communication via persistent storage
      • Support for pause/resume
    • Decide to go or stop in the report method
      • Making a decision without a central controller
  • General-purpose design
    • Support for sequential/parallel execution

Quick Start