TABLE 1.
Classical algorithm | Genetic algorithm |
---|---|
In each computational step, a point is created. The sequence of these points tends to the optimal answer. | In each computational step, a set of points is created. The best point in the population tends to the optimal answer. |
The next point determines the sequence with definite calculations. | The next‐generation population is determined by calculations using random numbers. |