genetic-cluster
Version:
Scalable genetic algorithm cluster using Node.js and webSockets
31 lines (30 loc) • 718 B
JSON
{
"name": "genetic-cluster",
"version": "1.0.0",
"description": "Scalable genetic algorithm cluster using Node.js and webSockets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mastayoda/genetic-cluster.git"
},
"keywords": [
"genetic",
"algorithm",
"evolutive",
"mutate",
"cluster",
"distributed",
"scalable",
"javascript",
"easy"
],
"author": "Victor O. Santos Uceta",
"license": "MIT",
"bugs": {
"url": "https://github.com/mastayoda/genetic-cluster/issues"
},
"homepage": "https://github.com/mastayoda/genetic-cluster#readme"
}