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

On Thu, Feb 15, 2007 at 12:51:23PM +0000, Brian Gough wrote:
> I have made a test release for gsl-1.9. 
> 
> I have only tested it on GNU/Linux -- please report any problems you
> find in compiling it, running make check or against existing
> applications (it should be backwards compatible).
> 

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?

Regards,
Tim

  parent reply	other threads:[~2007-02-16  8:09 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 [this message]
2007-02-16 21:25   ` Brian Gough
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=20070216080934.GA28153@stanford.edu \
    --to=fenn@stanford.edu \
    --cc=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).