美文网首页
cvxopt包相关文档以及solver选取

cvxopt包相关文档以及solver选取

作者: 番茄酱的汪 | 来源:发表于2020-05-28 15:31 被阅读0次
    image.png

    solvers

    You can choose which solver to use via the solver keyword argument, for example solver='glpk' to use GLPK. Leaving it to None will call CVXOPT's default solver for Linear Cone Programs, which should be less efficient than GLPK as it solves a more general class of problems.

    • 他的意思是,一般用solver = 'glpk'来解决lp问题,因为默认的solver是来解决linear Cone Programs (线性锥规划问题)的。

    相关文章

      网友评论

          本文标题:cvxopt包相关文档以及solver选取

          本文链接:https://www.haomeiwen.com/subject/zkeinhtx.html