Skip to content

Commit d9f8139

Browse files
committed
Very small fix.
1 parent 0207c75 commit d9f8139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/)
55

6-
A search and optimization library, focusing on [metaheuristics](http://en.wikipedia.org/wiki/Metaheuristic). Currently includes implementations for: [hill climbing search](http://en.wikipedia.org/wiki/Hill_climbing), [simulated_annealing](http://en.wikipedia.org/wiki/Simulated_annealing) and [genetic algorithms](http://en.wikipedia.org/wiki/Genetic_algorithm).
6+
A search and optimization library, focusing on [metaheuristics](http://en.wikipedia.org/wiki/Metaheuristic). Currently includes implementations for: [hill climbing search](http://en.wikipedia.org/wiki/Hill_climbing), [simulated annealing](http://en.wikipedia.org/wiki/Simulated_annealing) and [genetic algorithms](http://en.wikipedia.org/wiki/Genetic_algorithm).
77

88
It supports loading with AMD (with [RequireJS](http://requirejs.org/)) or a script tag (sets 'inveniemus' in the global namespace). In order to work requires another library of mine called [basis](https://github.com/LeonardoVal/basis.js).
99

0 commit comments

Comments
 (0)