HyperCodec / neat

Crate for implementing NeuroEvolution of Augmenting Topologies
MIT License
3 stars 0 forks source link

Lacks a lot of true NEAT conventions #6

Closed HyperCodec closed 5 months ago

HyperCodec commented 5 months ago

Because this crate was sort of rushed, it is more of an abstract and unfamiliar implementation of NEAT rather than the actual algorithm. This should be solved later as this crate is further developed.

HyperCodec commented 5 months ago

Going to close this because there aren't any particularly tight guidelines pertaining to the NEAT algorithm. This crate isn't really based off a port of preexisting code or anything, although maybe could try to mimic python's neat library or something.