HyperCodec / neat

Crate for implementing NeuroEvolution of Augmenting Topologies
MIT License
4 stars 1 forks source link

[TODO] Cuda support #60

Open HyperCodec opened 4 months ago

HyperCodec commented 4 months ago

Allows AIs to run on the GPU for increased parallelization. Might be difficult/impossible to implement with all these RwLocks, probably requires a major rewrite.