This is a C++ implementation of the Python version of MME (originally known as Evo Algo 2.0)
MME stands for Micro Macro Evolution
This project is currently being developed and maintained.
Note: The original project was know as "EvoAlgo 3" and is officially labeled MME, but there may be several references to the prior name throughout the project.
To build the project, run the .\build.bat script in the local directory. You will need MinGW GCC configured to build. Make sure your MinGW GCC bin path is set correctly in your Windows SYSTEM or USER Environment Variables.
To build the project, run the .\build.sh script in the local directory. You'll need a few prerequisites in order to build for Linux. Please read the header info in the build script.