schrum2 / MM-NEAT

Modular Multiobjective (Hyper) Neuro-Evolution of Augmenting Topologies + MAP-Elites: Java code for evolving intelligent agents in Ms. Pac-Man, Tetris, and more, as well as code for Procedural Content Generation in Mario, Zelda, Minecraft, and more!
http://people.southwestern.edu/~schrum2/re/mm-neat.php
Other
50 stars 20 forks source link

MOME crashing #916

Closed TjRaffert closed 1 year ago

TjRaffert commented 1 year ago

image Crashes with this stack trace shortly after running.

schrum2 commented 1 year ago

The array out of bounds only makes sense if the contents of the list change after the array is constructed, which can only happen if the list is changed in a different thread. Therefore, access to the list has been synchronized.

schrum2 commented 1 year ago

Seems fixed