Skip to content

chadfong10/ANSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Adaptive Neighborhood Simulated Annealing (ANSA)

The source codes are the implementation of the ANSA algorithm proposed in this paper:
Vincent, F. Y., Jewpanya, P., Redi, A. P., & Tsao, Y. C. (2021). Adaptive neighborhood simulated annealing for the heterogeneous fleet vehicle routing problem with multiple cross-docks. Computers & Operations Research, 129, 105205.
https://doi.org/10.1016/j.cor.2020.105205

  • main.cpp: the process of ANSA.
  • head.cpp & head.h: functions for generating the initial solution and for calculating the objective value.