https://github.com/thoj/go-galib
Genetic Algorithms library written in Go / golang
https://github.com/thoj/go-galib
Last synced: 9 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 16 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T16:27:45.000Z (almost 10 years ago)
- Last Synced: 2024-10-25T05:23:09.015Z (about 1 year 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)
- awesome-go - go-galib - | - | - | (Machine Learning / Advanced Console UIs)
- 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 - 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. (<span id="机器学习-machine-learning">机器学习 Machine Learning</span> / <span id="高级控制台用户界面-advanced-console-uis">高级控制台用户界面 Advanced Console UIs</span>)
- awesome-go-cn - go-galib
- awesome-machine-master - go-galib - Genetic Algorithms library written in Go / golang (Go)
- awesome-Char - go-galib - Genetic Algorithms library written in Go / golang. (Machine Learning / Advanced Console UIs)
- awesome-machine-learning - go-galib - Genetic Algorithms library written in Go / Golang. **[Deprecated]** (Go / [Tools](#tools-1))
- awesome-machine-learning - go-galib - Genetic Algorithms library written in Go / Golang. (Go / Speech Recognition)
- awesome-machine-learning - go-galib - Genetic Algorithms library written in Go / Golang. **[Deprecated]** (Go)
- awesome-go - go-galib - Genetic Algorithms library written in Go / golang. (Machine Learning / Advanced Console UIs)
- awesome-go-with-stars - go-galib - Genetic Algorithms library written in Go / golang. (Machine Learning / Search and Analytic Databases)
- awesome-go-cn - go-galib
- awesome-go - go-galib - Genetic Algorithms library written in Go / golang. (Machine Learning / Search and Analytic Databases)
- fucking-awesome-machine-learning - go-galib - Genetic Algorithms library written in Go / Golang. **[Deprecated]** (Go / [Tools](#tools-1))
- awesome-go - go-galib - Genetic Algorithms library written in Go / golang. - :arrow_down:15 - :star:130 (Machine Learning / Advanced Console UIs)
- awesome-machine-learning - go-galib - Genetic Algorithms library written in Go / Golang. **[Deprecated]** (Go / [Tools](#tools-1))
- awesome-machine-learning - go-galib - Genetic Algorithms library written in Go / Golang. (Go / Speech Recognition)
- awesome-go-cn - go-galib - galib) [![godoc][D]](https://godoc.org/github.com/thoj/go-galib) (机器学习 / 检索及分析资料库)
- awesome-machine-learning-cn - 官网
- awesome-go-zh - go-galib
- awesome-go - go-galib - Genetic Algorithms library written in Go / golang. (Machine Learning / Advanced Console UIs)
- fucking-awesome-go - :octocat: go-galib - Genetic Algorithms library written in Go / golang :star: 119 :fork_and_knife: 26 (Machine Learning / Advanced Console UIs)
- awesome-go - go-galib - Genetic Algorithms library written in Go / golang. (Machine Learning / Search and Analytic Databases)
- awesome-machine-learning - go-galib - Genetic Algorithms library written in Go / Golang. **[Deprecated]** (Go / [Tools](#tools-1))
- awesome-advanced-metering-infrastructure - go-galib - Genetic Algorithms library written in Go / Golang. (Go / Speech Recognition)
- zero-alloc-awesome-go - go-galib - Genetic Algorithms library written in Go / golang. (Machine Learning / Search and Analytic Databases)
- awesome-go-plus - go-galib - Genetic Algorithms library written in Go / golang.  (Machine Learning / Search and Analytic Databases)
- awesome-go-cn - go-galib - galib) [![godoc][D]](https://godoc.org/github.com/thoj/go-galib) (机器学习 / 检索及分析资料库)
- fucking-awesome-go - go-galib - Genetic Algorithms library written in Go / golang. (Machine Learning / Search and Analytic Databases)
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/*