genetic-algorithm
Version:
Gentic Algorithm TypeScript implementation, customisable
22 lines (21 loc) • 490 B
JSON
{
"name": "genetic-algorithm",
"version": "0.2.1",
"description": "Gentic Algorithm TypeScript implementation, customisable",
"main": "build/src",
"scripts": {
"test": "jasmine-node spec/"
},
"keywords": [
"genetic",
"algorithm",
"genetic",
"evolve"
],
"repository": {
"type": "git",
"url": "git@github.com:finalclass/genetic-algorithm.git"
},
"author": "Szymon Wygnański <s@finalclass.net> (http://finalclass.net/)",
"license": "MIT"
}