Does a model fail ...
回答済みDoes a model fail for a medium size data set like (50*341*5)? The same model with 7*8 size, 8*37 size, 1*50 size... but its not working for a data size of 50*340
-
正式なコメント
This post is more than three years old. Some information may not be up to date. For current information, please check the Gurobi Documentation or Knowledge Base. If you need more help, please create a new post in the community forum. Or why not try our AI Gurobot?. -
Hi Biswajit,
It would be helpful to get a bit more information about the issue you are having. What error are you seeing? Could you provide a minimum working example? It would be best to post a short self-contained code to reproduce the issue you describe.
0 -
Actually, this is a transportation problem... working through different layers of sources and destinations. it worked up to a particular node, but when the problem gets bigger, and variable numbers reach around 68000, the problem gets slowed up. The problem runs while reducing the gap, but, its so slow that it never reaches 0.00%. eventually, it stops by saying "out of memory". @...
0 -
To address an out-of-memory error, there are some good tips in How do I avoid an out-of-memory condition? In particular, it is helpful to set NodeFileStart to 0.5. This tells Gurobi to compress the branch and bound tree and write to disk.
0 -
Thank You! @..., for your kind help. I will try to implement this. It is working right now. Let's see if the problem converges. I will definitely let you know.
0
投稿コメントは受け付けていません。
コメント
5件のコメント