/go-galib

Genetic Algorithms library written in Go / golang

Primary LanguageGo

Description

Genetic Algorithms for Go/Golang

Install

$ git clone git://github.com/thoj/go-galib.git
$ cd go-galib
$ make
$ make install

Goinstall:

$ goinstall github.com/thoj/go-galib

Compiling examples: $ cd examples $ make

Use

See example/*