Skip to content

Code written to run Macro-Micro Evolution: a dual-phase evolutionary algorithm intended for use on problems of symbolic regression.

Notifications You must be signed in to change notification settings

NESTLab/Macro-Micro-Evolution

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MME

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.

Windows:

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.

Linux:

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.

About

Code written to run Macro-Micro Evolution: a dual-phase evolutionary algorithm intended for use on problems of symbolic regression.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages