Saved Bookmarks
| 1. |
Travelling salesman problem genetic algorithm crossover function |
|
Answer» Explanation: Genetic algorithms are evolutionary TECHNIQUES used for OPTIMIZATION purposes according to survival of the fittest idea. ... The genetic algorithms are useful for NP-hard problems, especially the traveling salesman problem. The genetic ALGORITHM depends on selection criteria, crossover, and mutation operators. |
|