Hi all,
I've been working on a GPU-accelerated implementation of the NEAT (NeuroEvolution of Augmenting Topologies) algorithm, tailored for a trading simulation environment. The core architecture is mostly complete and currently leverages CUDA to speed up population evaluation significantly
The system is functional, but there are still some key areas open for contribution and improvement:
-
Implementing advanced crossover/mutation strategies beyond the basic NEAT spec
-
Handling memory related issues during crossover and mutation (some bugs remain)
-
Integrating additional layer 2 market data for richer training input
I'd be glad if anyone finds this project interesting and would like to contribute or collaborate.