用Go / golang编写的遗传算法库-Golang开发

时间:2021-05-26 16:45:04
【文件属性】:
文件名称:用Go / golang编写的遗传算法库-Golang开发
文件大小:18KB
文件格式:ZIP
更新时间:2021-05-26 16:45:04
Golang Machine Learning 描述用于Go / Golang的遗传算法Install $ go install git://github.com/thoj/go-galib.git编译示例:$ git clone git://github.com/thoj/go-galib.git $ cd go -galib $ cd示例$ go建立浮动描述遗传算法,用于Go / Golang安装$ go install git://github.com/thoj/go-galib.git编译示例:$ git clone git://github.com/thoj /go-galib.git $ cd go-galib $ cd示例$ go build float.go $ ./floating使用请参见example / *
【文件预览】:
go-galib-master
----genome_float64.go(2KB)
----genome_fixed_bitstring.go(2KB)
----mutator_switch.go(596B)
----ga.go(2KB)
----ga_parallel.go(2KB)
----mutator_multi.go(1KB)
----initializer.go(708B)
----README.markdown(307B)
----genome_ordered_int.go(3KB)
----mutator_random_test.go(1KB)
----example()
--------subset_sum.go(2KB)
--------floating.go(1KB)
--------floating_parallel.go(2KB)
--------ordered_int.go(1KB)
----mutator_gaussian.go(755B)
----breeder.go(1KB)
----mutator_random.go(847B)
----mutator.go(540B)
----mutator_shift.go(524B)
----selector.go(2KB)
----genome.go(1KB)
----mutator_multi_test.go(2KB)

网友评论