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 Pareto Front Logging #938

Closed JoannaBlatt closed 1 year ago

JoannaBlatt commented 1 year ago

Currently does not log points in order which causes the output to plot a zig zag line. Need to order the points before logging so that plotting will look neat.

schrum2 commented 1 year ago

I took a shot at solving this (look at commit), but it needs testing. Test on Monday or Tuesday

schrum2 commented 1 year ago

This seems to work!