Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/thoj/go-galib

Genetic Algorithms library written in Go / golang
https://github.com/thoj/go-galib

Last synced: about 1 month ago
JSON representation

Genetic Algorithms library written in Go / golang

Lists

README

        

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