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

Save info to make Pareto fronts in MOME #925

Closed schrum2 closed 1 year ago

schrum2 commented 1 year ago

In the MOME finalCleanup method, save several text files.

Save one txt file for each occupied bin in the archive that contains one column per objective, and each row represents the scores from a member of the Pareto front in that bin. The name of each file can incorporate both "ParetoFront" and the bin label.

Then save a text file in the same format that contains the Pareto front of the whole archive.

JoannaBlatt commented 1 year ago

Saves info of pareto front and correctly logs it