python 梯度法求解函數極值

#coding utf-8 a=0.001 #定義收斂步長 xd=1 #定義尋找步長 x=0 #定義一個種子x0 i=0 #循環迭代次數 y=0 dic={} import math def f(x): y=math.sin(x) #定義函數f(X)=sinx
相關文章
相關標籤/搜索