英文: Access decision variable value in function outside objective function Gekko 问题 我需要在目标函数之外访问决策变量。...
灰盒参数估计与GEKKO(@error:模型不足)
英文: Grey-box parameter estimation with GEKKO (@error: Insufficient Model) 问题 我使用GEKKO来估算热储罐的参数。我将储罐分...
GEKKO(Python)提供了不正确的解决方案。
英文: GEKKO (Python) giving incorrect solution 问题 为什么 results.json 文件与提示中显示的内容不匹配? 这个问题可能是由于GEKKO求解器的设...
Python gekko方程定义中的换行符
英文: Python gekko line break in equation definition 问题 I'm currently implementing the Galerkin-Method...
在Gekko中,二进制变量的约束条件并非总是成立。
英文: Constraint On Binary Variable Not Always Holding in Gekko 问题 我正在使用Gekko包在Python中创建一个非线性程序。该程序包括以...
使用B样条方法,形式为z = f(x, y),拟合z = f(x)。
英文: Using B-spline method of the form z = f(x, y) to fit z = f(x) 问题 作为对这个问题的潜在解决方案,如何强制GEKKO的m.bspl...
如何避免在GEKKO中创建许多二进制开关变量
英文: How to avoid creating many binary switching variables in GEKKO 问题 我正在通过在GEKKO中使用IMODE = 3来最小化数千个...
使用gekko的已安装模型的predict()方法。
英文: Using the predict() methods of fitted models with gekko 问题 许多模型拟合的Python包都有一个predict()方法,该方法会根据预...
加快 Gekko 在最小化具有交互变量的许多方程时的速度。
英文: Speed up Gekko when minimizing many equations with interactive variables 问题 我正在使用gekko来通过最小化约10,...
GEKKO在我的优化代码中为整数变量返回十进制值的原因是什么?
英文: Why does GEKKO return a decimal value for an integer variable in my optimization code? 问题 GEKKO优...