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: 20 days ago
JSON representation
Genetic Algorithms library written in Go / golang
- Host: GitHub
- URL: https://github.com/thoj/Go-galib
- Owner: thoj
- Created: 2009-11-30T10:46:58.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T16:27:45.000Z (almost 9 years ago)
- Last Synced: 2024-07-31T01:26:33.765Z (4 months ago)
- Language: Go
- Homepage:
- Size: 63.5 KB
- Stars: 199
- Watchers: 16
- Forks: 41
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Description
--------
Genetic Algorithms for Go/GolangInstall
--------
$ go install git://github.com/thoj/go-galib.gitCompiling examples:
$ git clone git://github.com/thoj/go-galib.git
$ cd go-galib
$ cd examples
$ go build floating.go
$ ./floatingUse
--------
See example/*