From d0185d2be20d1660143002db5f0de46b1c77b8e7 Mon Sep 17 00:00:00 2001 From: Max Halford Date: Thu, 16 Aug 2018 13:25:41 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 988c951..b7ef05a 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Further resources: #### General-Purpose Machine Learning -* [gago](https://github.com/MaxHalford/gago) - Multi-population, flexible, parallel genetic algorithm. +* [eaopt](https://github.com/MaxHalford/eaopt) - An evolutionary optimization library. * [Go Learn](https://github.com/sjwhitworth/golearn) - Machine Learning for Go. * [go-pr](https://github.com/daviddengcn/go-pr) - Pattern recognition package in Go lang. * [go-ml](https://github.com/alonsovidales/go_ml) - Linear / Logistic regression, Neural Networks, Collaborative Filtering and Gaussian Multivariate Distribution.