This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: BFGS minimization comparison between NR and GSL


Philippe Huber writes:
 > Hi all,
 >  
 > I made a program with NR (numerical recipes) routines that minimizes a
 > function of 35 parameters. I used a BFGS algorithm. I decided a few
 > weeks ago to make the same program with GSL routines. The result is
 > somewhat surprising. The GSL BFGS needs about twice as much iterations
 > as NR's does. Shouldn't it be the same algorithm? 

I believe it's the same class of algorithm, but not the same
algorithm.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]