Closed seallard closed 4 years ago
Use a profiler to find hotspots. There are probably some weird function calls that take way too much time.
The single most time-consuming part will be the simulation where the networks are evaluated. Probably worth to multi-thread.
Use a profiler to find hotspots. There are probably some weird function calls that take way too much time.