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 2 months 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 (about 15 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T16:27:45.000Z (almost 9 years ago)
- Last Synced: 2024-10-25T05:23:09.015Z (about 2 months ago)
- Language: Go
- Homepage:
- Size: 63.5 KB
- Stars: 199
- Watchers: 16
- Forks: 40
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- awesome-go - go-galib - Genetic Algorithms library written in Go / golang. (Machine Learning / Search and Analytic Databases)
- zero-alloc-awesome-go - go-galib - Genetic Algorithms library written in Go / golang. (Machine Learning / Search and Analytic Databases)
- awesome-go - go-galib - Genetic Algorithms library written in Go / golang - ★ 162 (Machine Learning)
- awesome-go-extra - go-galib - 11-30T10:46:58Z|2015-12-28T16:27:45Z| (Machine Learning / Advanced Console UIs)
- awesome-go-zh - go-galib
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/*