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: minimization using the Brent algorithm (brent.c)


Fabrice Rossi wrote:

. If it is not the case, that is when you have
F(x)>F(a) (for instance), you are in trouble. Assume for instance your
next try is y, between a and x and you have F(y)F(a) and
F(y)>F(b). What is your next estimate? Do you prefer ]a,x[, for which
you have now a bracketing triple, or ]y,b[ for which you have a
candidate (b) that is currently the lowest?

Oups, I meant F(y)<F(a) !




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