pkalivas / radiate

A genetic programming engine which evolves solutions through asynchronous speciation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is Genome required?

travis-leith opened this issue · comments

The docs state that Genome must be implemented but the xor example (https://github.com/pkalivas/radiate/blob/master/examples/xor-neat/src/main.rs) does not seem to implement it.