From af3b9eb0615c0b5dacfb10253cf016068a2eee7f Mon Sep 17 00:00:00 2001 From: Matthew Perry Date: Sat, 19 Aug 2017 07:49:34 -0600 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index edefe4e..975d6a0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Python module for simulated annealing [![Build Status](https://travis-ci.org/perrygeo/simanneal.svg?branch=master)](https://travis-ci.org/perrygeo/simanneal) +[![PyPI version](https://badge.fury.io/py/simanneal.svg)](https://badge.fury.io/py/simanneal) This module performs [simulated annealing optimization](http://en.wikipedia.org/wiki/Simulated_annealing) to find the optimal state of a system. It is inspired by the metallurgic process of annealing whereby metals must be cooled at a regular schedule in order to settle into their lowest energy state.