• Stars
    star
    198
  • Rank 196,898 (Top 4 %)
  • Language
    Go
  • Created almost 15 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Genetic Algorithms library written in Go / golang

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