Rural Postman 문제에서 헤밀토니안 그래프 변환에 의한 유전자 알고리즘 해법

A Genetic Algorithm Using Hamiltonian Graph for Rural Postman Problem

  • 강명주 (경희대학교 대학원 전자계산공학과) ;
  • 한치근 (경희대학교 전자계산공학과)
  • 투고 : 19970500
  • 발행 : 1997.12.31

초록

For an undirected graph G=(V, E), the Rural Postman Problem (RPP) is a problem that finds a minimum cost tour that must pass edges in E'($\subseteq$ E) at least once. RPP, such as Traveling Salesman Problem (TSP), is known as an NP. Complete problem. In the previous study of RPP, he structure of the chromosome is constructed by E' and the direction of the edge. Hence, the larger the size of IE' I is, the larger the size of the chromosome and the size of the solution space are. In this paper, we transform the RPP into a Hamiltonian graph and use a genetic algorithm to solve the transformed problem using restructured chromosomes. In the simulations, we analyze our method and the previous study. From the simulation results, it is found that the results of the proposed method is better than those of the previous method and the proposed method also obtains the near optimal solution in earlier generations than the previous study.

키워드