Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 2.2 KB

README.rst

File metadata and controls

92 lines (63 loc) · 2.2 KB

Overview

docs Documentation Status
tests
Travis-CI Build Status
Coverage Status
package

Estimate hyper-parameter search using evolutionary algorithms

  • Free software: MIT license

Installation

pip install auto-tune

Documentation

https://auto-tune.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox