Serving the Quantitative Finance Community

 
User avatar
sanjaysivakumar
Topic Author
Posts: 0
Joined: March 27th, 2006, 6:32 am

lm constraint algorithm

May 3rd, 2006, 6:13 am

Can any one suggest some material regarding to the Constrained LM Algorithm.
 
User avatar
amitbatra
Posts: 4
Joined: February 13th, 2006, 5:57 pm

lm constraint algorithm

May 5th, 2006, 8:04 pm

try this...www2.imm.dtu.dk/pubdb/views/ edoc_download.php/3215/pdf/imm3215.pdfalso, there's a sourcforge project on LM.
 
User avatar
sanjaysivakumar
Topic Author
Posts: 0
Joined: March 27th, 2006, 6:32 am

lm constraint algorithm

May 16th, 2006, 7:30 am

Hi Amit, iam not able to access the given URL.
 
User avatar
amitbatra
Posts: 4
Joined: February 13th, 2006, 5:57 pm

lm constraint algorithm

May 16th, 2006, 7:55 am

Download the zip from here...
Attachments
Levenberg.zip
(447.75 KiB) Downloaded 69 times
 
User avatar
sanjaysivakumar
Topic Author
Posts: 0
Joined: March 27th, 2006, 6:32 am

lm constraint algorithm

May 16th, 2006, 10:21 am

Thanks Amit. But its not Constrained lm. this one is unconstrained algorithm.
 
User avatar
caroe
Posts: 2
Joined: July 14th, 2002, 3:00 am

lm constraint algorithm

May 17th, 2006, 7:57 am

Try the attached paper. If you are looking for implementations, there are several packages that deal with simple bounds on variables. Any kind of structure that can be imposed on your constraint will tend to simplify the problem, e.g. (strictly) convex constraint functions, linear constraints, simple upper and lower bounds etc.
Attachments
lm general.zip
(178.42 KiB) Downloaded 68 times
 
User avatar
sanjaysivakumar
Topic Author
Posts: 0
Joined: March 27th, 2006, 6:32 am

lm constraint algorithm

May 23rd, 2006, 8:24 am

Thx Caroe, Do you have pdf. Id ont have an access to ps files.
 
User avatar
amitbatra
Posts: 4
Joined: February 13th, 2006, 5:57 pm

lm constraint algorithm

May 23rd, 2006, 12:56 pm

here i converted it (changed the file name), enjoy
Attachments
Constrined Levenberg.zip
(146.32 KiB) Downloaded 57 times
 
User avatar
sanjaysivakumar
Topic Author
Posts: 0
Joined: March 27th, 2006, 6:32 am

lm constraint algorithm

May 24th, 2006, 3:19 am

Thx Amith and Caroe