Jump to content



Featured Articles

Check out the latest featured articles.

File Library

Check out the latest downloads available in the File Library.

New Article

Product Viscosity vs. Shear

Featured File

Vertical Tank Selection

New Blog Entry

Low Flow in Pipes- posted in Ankur's blog

Levenberg–Marquardt Algorithm


This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic
Share this topic:
| More

#1 Ravinder Samudrala

Ravinder Samudrala

    Junior Member

  • Members
  • 17 posts

Posted 22 May 2016 - 02:13 AM

Hi All,

 

I want to understand levenberg–marquardt algorithm, searched in google and got many papers but non of them have detailed example problems to understand and use it for other problems. can anybody help me to understand levenberg–marquardt algorithm.



#2 serra

serra

    Gold Member

  • Members
  • 311 posts

Posted 23 May 2016 - 06:02 AM

Levenberg–Marquardt basically replaces line search (in Gauss Newton) with a trust region strategy, (in general) convergence properties are about the same of Gauss Newton but in many cases more robust (with rank deficient jacobians etc.),

if you wish to test the code there is a version with examples in numerical recipes,

my suggestion is to start with a good text discussing numerical optimization (see for example Nocedal),

this is an area where you have to decide whether to use a procedure like LM as a black box or try to understand limits and featires...






Similar Topics