Optimizing Gift Delivery Routes Competition: Santa and Rudolph's Work-Life Balance Mission

Algorithm | Montly Dacon | Optimization | TSP | Euclidean Distance

  • moneyIcon Prize : DASCHOOL Pro Subscription
  • 2024.12.03 ~ 2025.01.31 09:59 + Google Calendar
  • 539 Users Completed

 

[Private 3rd] Genetic Algorithm + SREX + 2-OPT* + SWAP*

2025.02.03 16:35 711 Views language

pyvrp 라이브러리를 이용하여 유전 알고리즘(GA)과 SREX & 2-OPT* & SWAP*를 결합해 사용했습니다.

---개발 환경---
Windows 10 Pro / python 3.11.0

---라이브러리 버전---
pyvrp==0.10.1
matplotlib==3.10.0
pandas==2.2.3
numpy==2.2.2

PDF
Code