Skip to content

smallhand/GA-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A. GA Introduction

The algorithm is started with a set of solutions called population. Solutions from one population are taken and used to form a new population by reproduction and crossover with another. Besides, there is a little rate of mutation in some populations.

B. Compile and Execute

* The order of arguments when compiling is `executing times`, `nums of population`, `length of genes`, mutation rate` and `crossover rate`
* Or you can use the file `compile.sh` to compile and execute
eg. 
	$ chmod +x compile.sh
	$ ./compile.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published