Set Covering 문제의 해법을 위한 개선된 Simulated Annealing 알고리즘

An Enhanced Simulated Annealing Algorithm for the Set Covering Problem

  • 이현남 (경희대학교 전자계산공학과) ;
  • 한치근 (경희대학교 전자계산공학과)
  • 발행 : 1999.03.31

초록

The set covering(SC) problem is the problem of covering all the rows of an $m{\times}n$ matrix of ones and zeros by a subset of columns with a minimal cost. It has many practical applications of modeling of real world problems. The SC problem has been proven to be NP-complete and many algorithms have been presented to solve the SC problem. In this paper we present hybrid simulated annealing(HSA) algorithm based on the Simulated Annealing(SA) for the SC problem. The HSA is an algorithm which combines SA with a crossover operation in a genetic algorithm and a local search method. Our experimental results show that the HSA obtains better results than SA does.

키워드