Levenberg-Marquardt algorithm

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Levenberg-Marquardt algorithm

Piter Dias-3
People,

I don´t know this method but foubd a link that can help:
http://www.ics.forth.gr/~lourakis/levmar/

It is a C++ implementation.

Regards.

Piter Dias
[hidden email]



Reply | Threaded
Open this post in threaded view
|

RE: Levenberg-Marquardt algorithm

Sinha, Amitesh-2
As far as I remember, This is also supported in numerical recipes of C++. C version should be available online at www.nr.com

-----Original Message-----
From: [hidden email]
[mailto:[hidden email]]On Behalf Of Piter
Dias
Sent: Wednesday, January 11, 2006 7:25 AM
To: [hidden email]
Subject: [Quantlib-users] Levenberg-Marquardt algorithm


People,

I don´t know this method but foubd a link that can help:
http://www.ics.forth.gr/~lourakis/levmar/

It is a C++ implementation.

Regards.

Piter Dias
[hidden email]



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Quantlib-users mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-users

==============================================================================
Please access the attached hyperlink for an important electronic communications disclaimer:

http://www.csfb.com/legal_terms/disclaimer_external_email.shtml

==============================================================================



Reply | Threaded
Open this post in threaded view
|

Re: Levenberg-Marquardt algorithm

Luigi Ballabio
In reply to this post by Piter Dias-3
On 1/11/06, Piter Dias <[hidden email]> wrote:
> I don´t know this method but foubd a link that can help:
> http://www.ics.forth.gr/~lourakis/levmar/

However, note that the above is released under GPL.

Luigi