ALGLIB Levenberg-Marquardt algorithm for multivariate optimization

IneedaSmoke

Active member
Joined
Mar 4, 2008
Messages
26
Programming Experience
Beginner
Levenberg-Marquardt algorithm for multivariate optimization - ALGLIB

Anyone use this? I'm trying to convert to vb.net.

I don't understand this though:

/*
This members must be defined by you:
static void funcvecjac(ref double[] x,
ref double[] fvec,
ref double[,] fjac,
ref int iflag)
*/

Anyone have any experience with this code? Or can suggest another site with LM algorithm. I'de be interested in books too if anyone has suggestions.

TIA
 
Back
Top