0.1.0 • Published 12 years ago
gin-gp v0.1.0
Gin is a system for genetic programming using Node.js.
Installation
npm install gin-gpDependencies
All the dependencies should be automatically installed by using:
npm installIn order to run the examples it helps if you have CoffeeScript installed globally:
npm install -g coffee-scriptExamples
There are going to be a number of examples in examples/, the current one is based off of the Field Guide to Genetic Programming which is available for a free PDF download, or in print on Lulu. I'll be adding more examples from a variety of sources, including Genetic Programming by John Koza.
To run an example, simply execute it using coffee:
coffee examples/fggp/ch4.coffeeTesting
To run the tests, simply do:
npm testLicense
Gin is released under the MIT licence.