gpt4 book ai didi

python - "TypeError: ' module ' object is not callable"在函数中初始化Gekko模块时

转载 作者:行者123 更新时间:2023-12-02 02:49:17 25 4
gpt4 key购买 nike

我正在尝试编写一个函数,在给定一组参数的情况下,使用 Gekko 来解决最优控制问题。无论出于何种原因,每当我运行此函数时,都会出现此错误。

---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-7-92ece108f7ea> in <module>
1 import gekko as GEKKO
----> 2 solve_system()

<ipython-input-6-9d154ef663e4> in solve_system(theta, alpha, rho, chi, L_bar, n, w, delta_inc, xi, phi, tau, kappa, GAMMA, T, SIGMA, BETA, s_init, i_init, r_init)
26
27 ##### initialize model #####
---> 28 m = GEKKO()
29
30 ##### parameters #####

TypeError: 'module' object is not callable

我正在调查它,它似乎通常是 an issue with the way you import the package/module ,但我之前也做过类似的操作(但不是在函数中),并且没有任何问题。我不知道从哪里开始解决它:有什么指示吗?

最佳答案

来自docs我认为导入应该是:

from gekko import GEKKO

关于python - "TypeError: ' module ' object is not callable"在函数中初始化Gekko模块时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62307798/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com