From 3f7f73f6de8fbcb8435ea8d9eb098a69de0f4ae8 Mon Sep 17 00:00:00 2001 From: Matthew Perry Date: Sat, 29 Apr 2017 08:38:07 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc4bfe6..edefe4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Python module for simulated annealing -![https://travis-ci.org/perrygeo/simanneal](https://api.travis-ci.org/perrygeo/simanneal.svg?branch=master) +[![Build Status](https://travis-ci.org/perrygeo/simanneal.svg?branch=master)](https://travis-ci.org/perrygeo/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.