1. 효율적인 경로 탐색을 위한 A*와 유전자 알고리즘의 결합.
- Author
-
김광백
- Abstract
In this paper, we propose a hybrid approach of combining A* and Genetic algorithm in the path search problem. In A*, the cost from a start node to the intermediate node is optimized in principle but the path from that intermediate node to the goal node is generated and tested based on the cumulated cost and the next node in a priority queue is chosen to be tested. In that process, we adopt the genetic algorithm principle in that the group of nodes to generate the next node from an intermediate node is tested by its fitness function. Top two nodes are selected to use crossover or mutation operation to generate the next generation. If generated nodes are qualified, those nodes are inserted to the priority queue. The proposed method is compared with the original sequential selection and the random selection of the next searching path in A* algorithm and the result verifies the superiority of the proposed method. [ABSTRACT FROM AUTHOR]
- Published
- 2018
- Full Text
- View/download PDF