鲍威尔算法matlab程序 f
function f=fun(x)f=10*(x(1)+x(2)-5)^2+(x(1)-x(2))^2;function f=fx(x0,alpha,s)x1=x0+alpha*s;f=fun(x1)
鲍威尔算法matlab程序 f