knowledgedefinednetworking / a-deep-rl-approach-for-sdn-routing-optimization

A Deep-Reinforcement Learning Approach for Software-Defined Networking Routing Optimization
MIT License
282 stars 100 forks source link

How to generate traffic matrices? #7

Open 179416326 opened 4 years ago

179416326 commented 4 years ago

Does anyone know how to generate traffic matrices with diffferent traffic intensity levels using a gravity model? Is there any tool to generate?

ljh14 commented 4 years ago

The source code can generrate the traffic demand. What kind of traffic do you want to generate?

179416326 commented 4 years ago

From the traffic data file "traffic.zip\traffic\1000_0.txt", we can use it to generate traffic. However, i mean how can we generate the traffic data file with different network topology, i.e. different from 14 nodes?

cipher0691 commented 4 years ago

The source code can generrate the traffic demand. What kind of traffic do you want to generate?

I hava some questions. How to generate the traffic with different intensity,and where in the code?How to get the paper result of delay?

UneedOK commented 3 years ago

I have a question, can you help me? How long did it take you to run this program? I estimate that it will take about 100,000 seconds to finish it, which is too long.