koptimizer / my_PaperLog

심심할때 논문 읽고 리뷰하는 공간
1 stars 0 forks source link

Discrete cuckoo search algorithm for the travelling salesman problem #4

Closed koptimizer closed 4 years ago

koptimizer commented 4 years ago

:clipboard: 논문의 정보를 알려주세요.

:page_with_curl: Abstract(본문)

In this paper, we present an improved and discrete version of the Cuckoo Search (CS) algorithm to solve the famous traveling salesman problem (TSP), an NP-hard combinatorial optimisation problem. CS is a metaheuristic search algorithm which was recently developed by Xin-She Yang and Suash Deb in 2009, inspired by the breeding behaviour of cuckoos. This new algorithm has proved to be very effective in solving continuous optimisation problems. We now extend and improve CS by reconstructing its population and introducing a new category of cuckoos so that it can solve combinatorial problems as well as continuous problems. The performance of the proposed discrete cuckoo search (DCS) is tested against a set of benchmarks of symmetric TSP from the well-known TSPLIB library. The results of the tests show that DCS is superior to some other metaheuristics.

:mag_right: 어떤 논문인지 소개해주세요.

:key: 핵심 키워드를 적어주세요.

:paperclip: URL

https://link.springer.com/article/10.1007/s00521-013-1402-2

koptimizer commented 4 years ago

:bulb: 방법은 무엇입니까?

:chart_with_upwards_trend: 실험과 그 결과는 어떻습니까?

:open_file_folder: 차후 연구방향 및 보완점은 무엇입니까?

:thumbsup: novelty와 논문을 통해 배운 것은 무엇입니까?

:loop: 궁금한 점이나 추가로 읽으면 좋은 레퍼런스가 있습니까?

Cuckoo search via Lévy flights - XS Yang