Closed atharvanachankar closed 9 months ago
Hi @atharvanachankar! 👋
I'm happy to help out if you run into an issue when working with the alns
package, but I do not have the time to help you implement a specific ALNS variant from the literature. I suggest you have a look at some of the examples in our documentation to build a basic implementation first, and then work to add the specifics from your linked paper later. Good luck!
I'm closing this issue because I cannot help implementing a whole paper. If you run into a specific, focused question while implementing the paper's ALNS, please feel free to open another issue!
I'm having doubts in understanding and coding the ALNS algorithm in Python using "alns" package in the literature below.
Yimeng Zhang, Wenjing Guo, Rudy R. Negenborn, Bilge Atasoy, Synchromodal transport planning with flexible services: Mathematical model and heuristic algorithm, Transportation Research Part C: Emerging Technologies, Volume 140, 2022, 103711, ISSN 0968-090X, https://doi.org/10.1016/j.trc.2022.103711. (https://www.sciencedirect.com/science/article/pii/S0968090X22001486)
I've attached the same in the files along with Dr Yimeng Zhang's provided data.
Below is my understanding of the parameters in the pseudocode (ALNS algorithm on page 12 of the literature). Please correct me if I’m wrong.
In Input,
Then,
Literature: Transportation Research Part C (Journal) - Synchromodal transport planning with flexible services- Mathematical model and heuristic algorithm.pdf
Data Files: cost and time at terminals.txt Distance_Demir.xlsx Fixed_vehicles_Demir.xlsx Intermodal_Demir_data.xlsx suitable_routes_Demir.xlsx