Re: [eigen] New Levenberg Marquardt stuff

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


 

Il 06/02/2013 10:49, Mark Beinker ha scritto:
Is this a complete minpack port?

Yeps. Very close to minpack. It's the actual minpack code, ported to eigen / c++ / template.
 

I worked on porting minpack to native C++ template-only version, using Eirgen3 for the matrix/vector stuff (though other vector/matrix representations should work, too).
Now, when it's almost finished, I learn that it was  I should have checked the list more frequently, I guess...

Or checked the documentation:

http://eigen.tuxfamily.org/dox/unsupported/group__NonLinearOptimization__Module.html

(googling for "eigen levenberg marquardt" would have found it as #2 it seems)

Thanks for the link.
Indeed, it's easy to find - once you come up with the idea to search for optimizers in eigen. When I started my own project, the best I could found was cminpack. Well, that's quite a while ago.
 


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/