| Target String |
|
The final string that the algorithm is searching for |
| Fitness function |
|
The fitness function to be used for ranking the chromosomes |
| Has mutations? |
|
Check if mutations are allowed |
|
Mutation rate |
|
The mutation rate used. {0, 1} |
| Cross-over type |
|
The cross over type to be used while mating |
|
Cross-over point |
|
The fixed point at which cross-over occurs |
|
Cross-over point range |
Between
and
|
The range of points at which cross-over can occur |
| Starting population size |
|
The number of chromosomes in the starting population |
| Running population size |
|
The number of chromosomes in the running population |
| Limit by generation? |
|
Should the algorithm terminate after a certain number of generations |
|
Generation limit |
|
The maximum number of generations before termination |