graph_comb_opt icon indicating copy to clipboard operation
graph_comb_opt copied to clipboard

How to implement with pytorch_structure2vec?

Open Dora238 opened this issue 3 years ago • 1 comments

Hi ,thanks for your code! I want to know what I should to do if I use pytorch_structure2vec do this work(TSP instance)?

Dora238 avatar Aug 23 '22 07:08 Dora238

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.

Hanjun-Dai avatar Oct 03 '22 05:10 Hanjun-Dai