help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] Using gsl_min_find_bracket


From: Rhys Ulerich
Subject: Re: [Help-gsl] Using gsl_min_find_bracket
Date: Tue, 7 Apr 2015 20:29:17 -0400

> I'm supplying a random point x_lower close to a minimum and another at
> x_lower+some small value. This works quite well whenever x_lower is on
> the left-hand side of the minimum I'm trying to bracket (that is, the
> true x_min is > x_lower) but fails whenever x_lower is on the right-hand
> side of the minimum (true x_min < x_lower).

It sounds as if the undesired behavior  occurs when the bracket [x_lower,
x_lower+delta] does not bracket the minimum x_min. And that the routine is
finding the smallest f(x) in the initial bracket, only stopping when the
bracket is too small to stably continue. Is this the case? If so, what
behavior did you expect?

- Rhys


reply via email to

[Prev in Thread] Current Thread [Next in Thread]