|
From: Ferdinando A. <na...@am...> - 2009-11-27 16:45:55
|
ok fixed declaring getUpdatedDirection as protected and removing the unused parameter from its signature http://quantlib.svn.sourceforge.net/viewvc/quantlib?view=rev&revision=16837 On Wed, Nov 25, 2009 at 7:37 PM, Ferdinando Ametrano <na...@am...> wrote: > Hi all > > the implementations in derived classes (ConjugateGradient, BFGS, > SteepestDescent) of > > LineSearchBasedMethod::getUpdatedDirection(Problem &P, > Real fold, > Real gold2, > const Array& gradient) = 0; > > never use the second parameter Real fold. > > Is the parameter to be removed or it might be used by some future > line-search based optimization method? > > Nicolas, Frédéric? Anyone else? > > ciao -- Nando > > RSS feed: http://www.google.com/reader/shared/ferdinando.ametrano > > |