필터 지우기
필터 지우기

Memory and processor requirement for large scale linear programming

조회 수: 1 (최근 30일)
Ashenafi Alemu
Ashenafi Alemu 2014년 7월 30일
댓글: John D'Errico 2014년 8월 17일
I would like to ask a question on dimensionality. I am solving a linear programming problem on hourly resolution for a year (8760 steps) containing tens of thousands of variables and tens of thousands of constraint equations. What kind of computer do I need to run such a problem on your solver, like linprog? i think the issue is mainly processing and memory, so better if something can be said on both. Specially from experience if possible.
Sincerely
Ashenafi

답변 (1개)

Matt J
Matt J 2014년 8월 17일
Memory limits aren't necessarily a big problem if your constraint matrices A and Aeq are sparse. The number of iterations needed to converge to a solution is unclear of course. As the dimension of the problem increases, the effort needed for convergence also tends to increase.
  댓글 수: 1
John D'Errico
John D'Errico 2014년 8월 17일
Making the matrices sparse if they are is a big factor.
I'd suggest that a good idea is to try several considerably SMALLER problems of the same ilk. See how the solution time and memory required scale up as you increase the problem size, as an important factor is the sparsity of your specific problem type.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Linear Programming and Mixed-Integer Linear Programming에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by