i used sys_malloc to intitialize my agents and their genomes.
At dimensions of 30 Agents each 500 Genomes my Engine chrashes.

but if i use only malloc and free i could initialize 1000 Agents with each 1000 Genomes. And their move on the screen very fast. (like Ants)

I'm benchmarking my script at the moment.

EDIT: actual 5000 Agents each 1000 Genomes = 5.000.000 Genes processed in nearly 20 seconds.

Last edited by PriNova; 09/13/12 18:25.