non linear least squares problem using BFGS
显示 更早的评论
Hello,
I need to find solution to a non linear least squares problem using Gauss-Newton method, however I am only able to compute Jacobian matrix for a simple model, so I need to use updating methods like BFGS instead full Jacobian computation. Does anybody know how to solve this problem using Matlab?
Thanks
2 个评论
That sounds like it could have doubtful convergence properties. Gauss-Newton is already not guaranteed to converge, even in its pure form with the exact Jacobian. Seems like using an approximate Jacobian might only make things worse. If Benji's answer doesn't work for you (because it's not Gauss-Newton), maybe you could elaborate on why Gauss-Newton is your only option.
David Kusnirak
2013-1-22
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Solver Outputs and Iterative Display 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!