hasty-hamiltonian

Speedy gradient-based traversal through parameter space.
Log | Files | Refs | README | LICENSE

commit b79bf24641fb0929e8f24ec7b455efbfc3238140
parent d5ff6ca6deb065aa6cf630fffe62b3b55db69fdd
Author: Jared Tobin <jared@jtobin.ca>
Date:   Fri, 11 Mar 2016 12:45:21 +1300

Add license badge. [ci skip]

Diffstat:
MREADME.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -2,6 +2,8 @@ [![Build Status](https://secure.travis-ci.org/jtobin/hasty-hamiltonian.png)](http://travis-ci.org/jtobin/hasty-hamiltonian) [![Hackage Version](https://img.shields.io/hackage/v/hasty-hamiltonian.svg)](http://hackage.haskell.org/package/hasty-hamiltonian) +[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/jtobin/hasty-hamiltonian/blob/master/LICENSE) + Speedy, gradient-based traversal through parameter space.