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!
In VectorToVolumeGenerator, add JavaDoc comments to constructors and methods that need them, remembering that @Override methods do not need comments, and that it is possible that some methods lacking an @Override should have it added. Read the code and add body comments to any part whose purpose/function is not clear.
In
VectorToVolumeGenerator
, add JavaDoc comments to constructors and methods that need them, remembering that@Override
methods do not need comments, and that it is possible that some methods lacking an@Override
should have it added. Read the code and add body comments to any part whose purpose/function is not clear.