seallard / walker

NEAT
MIT License
0 stars 0 forks source link

Identify hotspots #37

Closed seallard closed 4 years ago

seallard commented 4 years ago

Use a profiler to find hotspots. There are probably some weird function calls that take way too much time.

seallard commented 4 years ago

The single most time-consuming part will be the simulation where the networks are evaluated. Probably worth to multi-thread.