From f415ab0530398e9374f5c4a6b58db864e4dbd2f2 Mon Sep 17 00:00:00 2001 From: Tom Date: Sat, 24 Oct 2015 13:32:53 +0100 Subject: [PATCH] README.md: add github.com/tomcraven/goga genetic algorithm machine learning library --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3ab6d49..3c34cd5f 100644 --- a/README.md +++ b/README.md @@ -443,6 +443,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-pr](https://github.com/daviddengcn/go-pr) - Pattern recognition package in Go lang. * [gobrain](https://github.com/goml/gobrain) - Neural Networks written in go * [godist](https://github.com/e-dard/godist) - Various probability distributions, and associated methods. +* [goga](https://github.com/tomcraven/goga) - Genetic algorithm library for Go. * [GoLearn](https://github.com/sjwhitworth/golearn) - General Machine Learning library for Go. * [golinear](https://github.com/danieldk/golinear) - liblinear bindings for Go * [goml](https://github.com/cdipaolo/goml) - On-line Machine Learning in Go