graph_comb_opt
graph_comb_opt copied to clipboard
How to implement with pytorch_structure2vec?
Hi ,thanks for your code! I want to know what I should to do if I use pytorch_structure2vec do this work(TSP instance)?
Hi, the codebase was written in c++ which might not be very friendly to use pytorch. I would recommend using pyg + some RL library to implement the graph comb-opt, which might be simpler.