jieyibi / AMDKD

The implementation code of our paper "Learning Generalizable Models for Vehicle Routing Problems via Knowledge Distillation", accepted at NeurIPS2022.
MIT License
48 stars 10 forks source link

Table 11: Full generalization results on CVRPLIB #3

Closed MLgeek7325 closed 1 year ago

MLgeek7325 commented 1 year ago

Thanks for your insightful work. I would like to ask if 【Table 11: Full generalization results on CVRPLIB】 was obtained using a student model trained on the cvrp-100 and decoded by [sampling-1280]?

jieyibi commented 1 year ago

Thanks for your interest in our work.

Yes, the results in Table 11 were obtained from the models trained on CVRP-100. For the AM-based methods, we sampled 1,280 solutions for inference; and for the POMO-based methods, we adopted the greedy rollout with ×8 augments following the original settings of POMO.

MLgeek7325 commented 1 year ago

@jieyibi Thank you for your quick response~