IA Caixeiro Viajante
- April 11, 2021
- alyanamacedo
(En) Artificial Intelligence Algorithm - Traveling Salesman Problem. Finite state problem, with exact solution. In each round validates only one level. Search for amplitude. The strategy used builds the path according to the heuristic "go to the nearest unvisited city". Implemented the search for the best choice. It uses lists to keep states open and closed, according to the heuristic estimate …