UNPKG

node-red-contrib-genetic-algorithm

Version:
35 lines (33 loc) 880 B
{ "name": "node-red-contrib-genetic-algorithm", "version": "1.0.0", "description": "A Node-RED node to simulate a basic genetic algorithm", "main": "genetic-algorithm.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/hj91/node-red-contrib-genetic-algorithm.git" }, "keywords": [ "node-red", "genetic-algorithm", "optimization", "machine-learning", "feature-selection", "job-scheduling" ], "author": "Harshad Joshi", "license": "GPL-3.0", "bugs": { "url": "https://github.com/hj91/node-red-contrib-genetic-algorithm/issues" }, "homepage": "https://github.com/hj91/node-red-contrib-genetic-algorithm#readme", "node-red": { "nodes": { "genetic-algorithm": "genetic-algorithm.js" } }, "dependencies": {} }