Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 290 Bytes

README.markdown

File metadata and controls

22 lines (18 loc) · 290 Bytes

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