Skip to content

slavik-m/genetic-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]