运筹系列32:APMonitor/Gekko套装
1. 介绍 APM是Advanced Process Monitor,可用于混合整数规划(LP, QP, NLP, MILP, MINLP)和微分方程求解。而GEKKO是在此之上的升级版本,使用python语言。安装很简单pip install gekko即可. 快速入门的例子看这里:https://gekko.readthedocs.io/en/latest/examples.html 这里是教程,真是太贴心了: https://apmonitor.com/wiki/index.php/Main/GekkoPythonOptimization GEKKO可选的求解器有1: APOPT, 2:
用户评论