| 1 | = Island GA TSP = |
| 2 | == Description == |
| 3 | This is a copy of [wiki:MultiPopGA_TSP Multi-Population GA (TSP)] with migration. |
| 4 | 10 populations are executed side by side with an migration step every 100 iterations. |
| 5 | The migration step is executed by a central master-processor (the local engine). |
| 6 | |
| 7 | == Parameters == |
| 8 | * Populations = 10 |
| 9 | * Population Size = 100 |
| 10 | * Mutation Rate = 5% |
| 11 | * Maximum Generations = 1000 |
| 12 | * Elites = 1 |
| 13 | * Parents = 200 |
| 14 | * Migration interval = 100 |
| 15 | * Migration rate = 10% |
| 16 | * Migration topology = Unidirectional ring |
| 17 | * Migration scheme = Migrate best, replace worst |
| 18 | |
| 19 | == Implementation & Notes == |
| 20 | Works with revision r24. |
| 21 | |
| 22 | == Results & Conclusions == |
| 23 | MISSING |
| 24 | ---- |