Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of IslandGA_TSP


Ignore:
Timestamp:
02/27/08 19:14:51 (17 years ago)
Author:
gkronber
Comment:

added description of IslandGA engine

Legend:

Unmodified
Added
Removed
Modified
  • IslandGA_TSP

    v1 v1  
     1= Island GA TSP =
     2== Description ==
     3This is a copy of [wiki:MultiPopGA_TSP Multi-Population GA (TSP)] with migration.
     410 populations are executed side by side with an migration step every 100 iterations.
     5The 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 ==
     20Works with revision r24. 
     21
     22== Results & Conclusions ==
     23MISSING
     24----