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...
22 hours 前 | 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...
2 days 前 | 1 个回答 | 0
