Feeds
回答済み
Practical Methods of Optimization
Cauchy's Steepest Descent Method clc clear all z=@(X)(2*X(1)-1.55)^2+(X(2)-0.44)^2; J=@(X)[4*(2*X(1)-1.55);2*(X(2)-0.44...
Practical Methods of Optimization
Cauchy's Steepest Descent Method clc clear all z=@(X)(2*X(1)-1.55)^2+(X(2)-0.44)^2; J=@(X)[4*(2*X(1)-1.55);2*(X(2)-0.44...
3日 前 | 0
質問
Practical Methods of Optimization
Could anyone share their MATLAB codes or best practices for these specific methods? I am particularly interested in how you hand...
5日 前 | 1 件の回答 | 0
