You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
[](http://gruntjs.com/)
5
5
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).
7
7
8
8
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).
0 commit comments