pkalivas / radiate

A genetic programming engine which evolves solutions through asynchronous speciation.
MIT License
146 stars 16 forks source link

Is Genome required? #19

Open travis-leith opened 1 year ago

travis-leith commented 1 year ago

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.