Standard Algorithm | Genetic Algorithm |
Generates a single point at each iteration. The sequence of points approaches an optimal solution. | Generates a population of points at each iteration. The population approaches an optimal solution. |
Selects the next point in the sequence by a deterministic computation. | Selects the next population by computations that involve random choices. |
Figure 1. Some of the individuals at first generation |
Individuals at first generation | |
Individuals at (k-1)th generation |
(1) |
(2) |
Figure 2. The comparison between two routs in a generation |
(3) |
Figure 3. The comparisons between two generations |
Figure5. a. A part of the tested map           b. Start and End point and the shortest path |