开发者

How to get first-order optimality from scipy.optimize module

开发者 https://www.devze.com 2023-02-02 12:45 出处:网络
If I have this equation f(v,R,xi)=2/v*((((((v*t0/2)+R))*2+((xi-x0)*2))**0.5)-R). How to 开发者_如何学JAVAget the first-order optimality from that equation when I use that equation to get min v,R usin

If I have this equation f(v,R,xi)=2/v*((((((v*t0/2)+R))*2+((xi-x0)*2))**0.5)-R).

How to 开发者_如何学JAVAget the first-order optimality from that equation when I use that equation to get min v,R using scipy.optimize.leastsq ?

I don't have problem to get min v,R using scipy.optimize.leastsq but I get confused when I want get first-order optimality...

Thanks for your attention :D. Happy New Year

0

精彩评论

暂无评论...
验证码 换一张
取 消