最速下降法--MATLAB程序
摘要:
function x = fxsteep(f,e,a,b)x1 = a;x2 = b;Q = fxhesson(f,x1,x2);x0 = [x1,x2]';temp = [x0];fx1 = diff(f,'x1');fx2 = diff(f,'x2');g = [fx1,fx2]';g1 = s... 阅读全文
posted @ 2014-11-21 22:31 Kermit.Li 阅读(6632) 评论(0) 推荐(0)
浙公网安备 33010602011771号