galgo
Version:
Library to calculate solutions using Genetic Algorithm.
38 lines (37 loc) • 848 B
JSON
{
"name": "galgo",
"version": "0.1.0",
"description": "Library to calculate solutions using Genetic Algorithm.",
"main": "galgo.js",
"scripts": {
"test": "istanbul cover -x spec/* ./node_modules/.bin/jasmine-node spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andretf/galgo.git"
},
"keywords": [
"javascript",
"genetic",
"algorithm",
"crossover",
"mutation",
"offspring",
"generation",
"chromosome",
"gene",
"selection"
],
"author": "Andre Figueiredo",
"license": "MIT",
"bugs": {
"url": "https://github.com/andretf/galgo/issues"
},
"homepage": "https://github.com/andretf/galgo#readme",
"devDependencies": {
"codeclimate-test-reporter": "0.4.0",
"eslint": "^3.5.0",
"istanbul": "0.4.5",
"jasmine-node": "^1.14.5"
}
}