Version 1 (modified by gkronber, 17 years ago) (diff) |
---|
Island GA TSP
Description
This is a copy of Multi-Population GA (TSP) with migration. 10 populations are executed side by side with an migration step every 100 iterations. The migration step is executed by a central master-processor (the local engine).
Parameters
- Populations = 10
- Population Size = 100
- Mutation Rate = 5%
- Maximum Generations = 1000
- Elites = 1
- Parents = 200
- Migration interval = 100
- Migration rate = 10%
- Migration topology = Unidirectional ring
- Migration scheme = Migrate best, replace worst
Implementation & Notes
Works with revision r24.
Results & Conclusions
MISSING
Attachments (1)
-
IslandGA_global.hl
(8.8 MB) -
added by gkronber 17 years ago.
Island GA example working with r113