Skip to content

alissonrubim/GeneticAlgorithmEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genetic Algorithm Engine - GAE

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.

Hwo to build

To build the project, you need to use NodeJs.

  1. For that, you had to install the last NodeJs version on you computer.
  2. Now you need to install the node-minify on the project folder

    See more in https://www.npmjs.com/package/node-minify

  3. Go to your Command Prompt and run the Build/Build.js file with NodeJs

    Example: cd c:\node\gaengine\build node build.js

  4. The output files are on the Output folder.

About

GAEngine is an javascript engine to be used for create genetic algorithm softwares.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors