标签: python python-3.x numpy scipy
我尝试运行以下使用python 3.5.1的程序。
from scipy import optimize optimize.anneal(f, input_vector0, lower = 0, upper = 2*np.pi)
我收到以下错误消息:
AttributeError: module 'scipy.optimize' has no attribute 'anneal'.
有谁能告诉我该怎么做才能解决这个问题?我真的很感激!
答案 0 :(得分:1)
问题在于它已从0.16及更高版本中删除。 用盆地跳跃代替退火。 请参阅link