pkalivas / radiate

A fast and flexible evolution engine for implementing artificial evolution and genetic programming techniques
https://pkalivas.github.io/radiate/
MIT License
148 stars 16 forks source link

Is Genome required? #19

Closed travis-leith closed 2 weeks 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.