evo

Go implementation of NeuroEvolution of Augmenting Topologies (NEAT)

  • 所有者: klokare/evo
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

evo
MIT Licence Build Status Coverage Status Go Report Card GoDoc

evo is neuroevolution framework based upon Dr. Kenneth Stanley's NEAT and subsequent extensions. Built from the ground up from the research papers and online articles, this implementation strives to be performant and extensible. See the wiki for more details.

NOTE: This is the second incarnation of EVO. Having survived the growing pains of the original, I decided to update the library based on my experience and continued reading. The prior version is archived under the archive-20180109 branch.

Installing

To start using EVO, install Go and run go get:

$ go get github.com/klokare/evo/...

Mercurial requirement

The library relies on packages from gonum which have their own dependencies. Some of those, like gopdf, require the use of Mercurial for the above go get command to work. If you see the following error, install Mercurial and then reissue the go get command.

$ go get github.com/klokare/evo/...
go: missing Mercurial command. See https://golang.org/s/gogetcmd
...

For further information on using, see the examples and peruse the wiki.

Version history and upcoming releases

Version, Description
-------, -----------
0.1, core library and tests (completed)
0.2, default configurer (completed)
0.3, default network and translator (completed)
0.4, NEAT-equivalent package and XOR experiment (completed)
0.5, phased mutator and OCR experiment (completed) temporarily removed until better OCR experiment implemented_
0.6, HyperNEAT package and boxes experiment (completed)
0.7, configurer rewrite, removal of functional options
0.8, ES-HyperNEAT package and mazes experiment
0.9, novelty package and updated mazes experiment
0.10, real-time package
1.0, production-ready release

主要指标

概览
名称与所有者klokare/evo
主编程语言Go
编程语言Go (语言数: 1)
平台
许可证MIT License
所有者活动
创建于2016-10-12 20:17:04
推送于2018-07-19 21:04:44
最后一次提交2018-07-19 23:04:43
发布数0
用户参与
星数32
关注者数4
派生数3
提交数27
已启用问题?
问题数2
打开的问题数0
拉请求数6
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?