diff --git a/README.md b/README.md index 6f68614..13244e6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ Automatic Hyper Parameter Optimization to use with baseline, MEAD, and xpctl. Multiple configurations are sampled with random or grid based sampling methods. Parallel jobs are scheduled and results are aggregated and displayed. +## Installation + + * [Install mead](https://github.com/dpressel/baseline#installation) + * [Install xpctl](https://github.com/mead-ml/xpctl) + * `pip install -e .` + Jobs are identified with a label that has 3 parts: * The experiment hash: This is the hash of the hpctl configuration file (with the sampling directives) diff --git a/hpctl/version.py b/hpctl/version.py index ebcc957..1f356cc 100644 --- a/hpctl/version.py +++ b/hpctl/version.py @@ -1 +1 @@ -__version__ = '0.2.0dev0' +__version__ = '1.0.0'