Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 257 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 257 Bytes

Genetic-algorithm

Use: Node.js express server and python

Install modules:

npm install

Run server:

npm start

Python args

[-h] 
[-fn FITNESS_FN] 
[-min MIN] 
[-max MAX] 
[-s STEP]
[-p POPULATION_COUNT] 
[-st SELECTION_TYPE]