📚 go-galib - Awesome Go Library for Machine Learning

Go Gopher mascot for go-galib

Genetic Algorithms library written in Go / golang.

🏷️ Machine Learning
📂 Libraries for Machine Learning.
198 stars
View on GitHub 🔗

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/*