📚 go-galib - Awesome Go Library for Machine Learning
Genetic Algorithms library written in Go / golang.
🏷️ Machine Learning
📂 Libraries for Machine Learning.
⭐ 198 stars
Detailed Description of go-galib
Description
Genetic Algorithms for Go/Golang
Install
$ go install git://github.com/thoj/go-galib.git
Compiling examples: $ git clone git://github.com/thoj/go-galib.git $ cd go-galib $ cd examples $ go build floating.go $ ./floating
Use
See example/*