Results 1 to 6 of 6

Thread: Levenberg-Marquardt algorithm ?

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Location
    York
    Posts
    197

    Levenberg-Marquardt algorithm ?

    Hi:

    Im writing a line graph plotter class in vb with the possibility of implementing several useful curve-fitting functions.
    I was wondering whether the Levenberg-Marquardt algorithm has already been implemented in vb. If it has, could someone tell me. Otherwise I will jsut have to port lmfit from c.....a task that isn't too difficult but is time consuming.

    Btw. I have implemented a ternary heap sort. (rather than the popular binary heap sort) I managed to modify it into a 4 and 5 node heap sort.
    Does anyone have an idea what is after ternary?....

    e.g. binary(2), ternary(3), ?(4), ?(5), ?(6), ?(7) ,?(8).....................

    Thanks

  2. #2

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Location
    York
    Posts
    197

    Re: Levenberg-Marquardt algorithm ?

    LoL....no one wants to help me

  3. #3

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Location
    York
    Posts
    197

    Re: Levenberg-Marquardt algorithm ?

    I was actualy looking for code lol But nvm I probably just have to port the c version when i feel like it....:P

  5. #5
    Fanatic Member VBAhack's Avatar
    Join Date
    Dec 2004
    Location
    Sector 000
    Posts
    617

    Re: Levenberg-Marquardt algorithm ?

    Foxes team has an Optimization Excel Add-In that includes a VB implementation of Levenberg-Marquardt algorithm. Here's a link:

    http://digilander.libero.it/foxes/SoftwareDownload.htm

    Look for Didactic Optimization Tool for EXCEL.

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Aug 2005
    Location
    York
    Posts
    197

    Re: Levenberg-Marquardt algorithm ?

    cheers thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width