View unanswered posts | View active topics
Forum rules
1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.
|
Page 1 of 1
|
[ 3 posts ] |
|
Author |
Message |
su_ull
|
Post subject: How to use Levenberg-Marquardt solver without Jacobian? Posted: Thu Oct 07, 2010 6:52 pm |
|
Joined: Thu Oct 07, 2010 6:37 pm Posts: 2
|
Hi, How to use the Levenberg-Marquardt solver if it is hard to get the analytic expression of the Jacobian function? Can Alglib handle it with approximate Jacobian like other solvers (such as levmar)?
|
|
Top |
|
|
Sergey.Bochkanov
|
Post subject: Re: How to use Levenberg-Marquardt solver without Jacobian? Posted: Thu Oct 07, 2010 7:50 pm |
|
|
Site Admin |
Joined: Fri May 07, 2010 7:06 am Posts: 927
|
As of 3.0.0, ALGLIB doesn't have built-in numerical differentiation or other means of approximating Jacobian (like secant updates). You can differentiate Jacobian numerically and pass results to ALGLIB solver; I'd recommend using 4-point numerical differences.
Last few days I was working on version of LM which will have built-in numerical differentiation combined with secant updates. But it will be ready at the end of next week only.
|
|
Top |
|
|
su_ull
|
Post subject: Re: How to use Levenberg-Marquardt solver without Jacobian? Posted: Thu Oct 07, 2010 9:06 pm |
|
Joined: Thu Oct 07, 2010 6:37 pm Posts: 2
|
Good to know that. Thanks a lot!
|
|
Top |
|
|
|
Page 1 of 1
|
[ 3 posts ] |
|
Who is online |
Users browsing this forum: No registered users and 17 guests |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot post attachments in this forum
|