Eukaryote
Usage - NPM
Install:
npm install eukaryote --save-dev
Require:
var Eukaryote = ;
Use:
var environment = { // calculate fitness score for individual return fitness; } { // mutate this individuals' genes }; // create a population from individual and begin evolutionvar individual = ... ; // create individual to seed environmentenvironment;
Usage - Browser
Distribution files are provided for browser support within the dist/
folder.
Documentation
API documentation can be viewed in markdown format and html format after generating with grunt
in dist/api/index.html
.
Examples
Coming soon...
Tutorial
Tutorial can be seen here.