public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Brian Gough <bjg@network-theory.co.uk>
To: gsl-discuss@sourceware.org
Subject: Re: test release gsl-1.8.90.tar.gz
Date: Fri, 16 Feb 2007 21:25:00 -0000	[thread overview]
Message-ID: <87y7mxpzg5.wl%bjg@network-theory.co.uk> (raw)
In-Reply-To: <20070216080934.GA28153@stanford.edu>

At Fri, 16 Feb 2007 00:09:34 -0800,
Tim Fenn wrote:
> I've been testing the bfgs2 minimizer, and it works well until/if it
> nears a point in which the interpolator stops progressing - I've
> noticed there is a check against this in the linear_minimize code near
> line 209:
> 
>       if ((a-alpha)*fpa <= GSL_DBL_EPSILON) {
>         /* roundoff prevents progress */
>       };
> 
> perhaps there should be a break statement to prevent futile
> iterations?  Or use this as a stopping criteria test?

Thanks, there should be a 

        return GSL_ENOPROG;

in there.  You might want to try that and see if it stops at an
acceptable place.

  reply	other threads:[~2007-02-16 21:25 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-15 12:51 Brian Gough
2007-02-15 23:24 ` Patrick Alken
2007-02-16  8:24   ` Leopold Palomo Avellaneda
2007-02-16 14:30     ` Patrick Alken
2007-02-16 18:27       ` Leopold Palomo Avellaneda
2007-02-16 17:05   ` test failure -- [was Re: test release gsl-1.8.90.tar.gz] Linas Vepstas
2007-02-16 17:45     ` Linas Vepstas
2007-02-16 22:25       ` Brian Gough
2007-02-16 21:16   ` test release gsl-1.8.90.tar.gz Brian Gough
2007-02-16  5:03 ` Ed Smith-Rowland
2007-02-16 16:35   ` Linas Vepstas
2007-02-17 15:08     ` Ed Smith-Rowland
2007-02-20 23:20       ` Gerard Jungman
2007-02-21  5:15         ` Ed Smith-Rowland
2007-02-16 21:24   ` Brian Gough
2007-02-16  5:42 ` Yoshiki TSUNESADA
2007-02-16  8:09 ` Tim Fenn
2007-02-16 21:25   ` Brian Gough [this message]
2007-02-20  9:14     ` Tim Fenn
2007-02-20 13:04       ` Brian Gough
2007-02-16  8:20 ` Jari Häkkinen
2007-02-16 22:47 ` Dirk Eddelbuettel
2007-02-17 15:14 Ed Smith-Rowland

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y7mxpzg5.wl%bjg@network-theory.co.uk \
    --to=bjg@network-theory.co.uk \
    --cc=gsl-discuss@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).