GAE is a javascript engine to be used for create genetic algorithm softwares. With GAE, you can control every step on your algorithm and even debug what is happening on your code. This is perfect for new developers that want to understand how Genetic Algorithm works.
To build the project, you need to use NodeJs.
- For that, you had to install the last NodeJs version on you computer.
- Now you need to install the node-minify on the project folder
See more in https://www.npmjs.com/package/node-minify
- Go to your Command Prompt and run the Build/Build.js file with NodeJs
Example: cd c:\node\gaengine\build node build.js
- The output files are on the Output folder.