GeminiLight / virne

Virne is a simulator for resource allocation problems in network virtualization, mainly for virtual network embedding (VNE). It also is adaptable to VNE's variants, such as service function chain deployment (SFC Deployment), network slicing, etc.
https://virne.readthedocs.io
Apache License 2.0
99 stars 19 forks source link

gae_vne #3

Closed liqunyazhushi closed 1 year ago

liqunyazhushi commented 1 year ago

i want to learn about gae_vne based on its code, but i can not find it in the repository. really need help, thanks

GeminiLight commented 1 year ago

Thanks for your letter. The code for gae_vne has been released. However, In my experiments, it's not an efficient approach to the practical VNE problem for the BFS trail-based search. Its performance advantages over its similar counterpart, rw_bfs, are not significant enough to justify the effectiveness of using neural networks in this method. We look forward to your further validation and feedback.