基於MATLAB和C#編程實現二元函數梯度下降法求極小值

Matlab 代碼 //////////////////////////////////////////對x的偏導 function dx=fx(x,y) dx=sin(y)*exp((1-cos(x))^2)*2*(1-cos(x))*sin(x)-sin(x)*exp(((1-sin(y)))^2)+2*(x-y); end //////////////////////////////////
相關文章
相關標籤/搜索