Comparison between the simplex algorithm and interior point method

本文详细探讨了普拉姆-对偶算法相较于单纯形算法的优越性和不足之处,包括迭代次数不受可行域顶点数量影响、解决大型线性规划问题效率更高、大多数实现下解决问题所需迭代次数远少于千次等优势,同时也指出其无法检测可能的不可行或无界状态,但可通过同质模型解决这一问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

The success of primal-dual algorithm and its variants, as well as IPM in general,

comes (or at least was triggered) from its superiority with respect to simplex
algorithm. The primal-dual algorithm has a set of advantages with respect to simplex
algorithm, but also disadvantages that fortunately can be handled within the

algorithm. Some of the advantages and disadvantages are enumerated below.


Advantages of primal-dual algorithm:

• The algorithm does not has any problems with degeneracies and the number of
iterations is not related to the number of vertices in the feasible region.
• For large LP problems the algorithm uses significantly fewer iterations than
simplex algorithm.
• Most implementations of the algorithm usually solve a LP problem in less than

100 iterations even though the problem may contain millions of variables.


Disadvantages of primal-dual algorithm:
• The algorithm cannot detect a possible infeasible or unbounded status of the
problem, and in some sense the primal-dual algorithm is not complete.
Fortunately, this problem can be handled using homogenous model [4,7].
• Each iteration of the primal-dual algorithm is computationally much more
expensive than one iteration of the simplex algorithm. However, the total work
performed to solve a LP problem is a product of the number of iterations and the
work performed in each iteration. For a large LP problem (say more than 100
variables) the primal-dual algorithms outperforms the simplex algorithm, and the
bigger the problem size is this is the more pronounced.
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值