-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ilja Bekman edited this page Oct 4, 2016
·
2 revisions
Example of genetic algorithm:
- 11 Genes, 10 floating point range + 1 tuple
- 100 individuals, max. 500 generations
- adoptive Reproduction: take individuals making 50% of the generation fitness
- Mutate random 50 by 3 genes each
- Crossover all genes across all individuals
- Evaluate, Sort
- Ideal Genome with gaussian Mean, Sigma:
- 25.,5.
- 5.,1.
- "myBeryllium"
- 4.,0.5
- 80.,10.
- 14043.,3.
- 225.,30.
- 225.,30.
- 200.,15.
- 300.,100.
- 5.,1.
- Recovered Genome after 234 generations
- 25.4868131832
- 4.97817102581
- myBeryllium
- 3.9851669444
- 79.8413385755
- 14043.1807813
- 224.218046061
- 225.219166708
- 203.013448816
- 296.675962235
- 5.04446313393