[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] multidi
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] multidi |
Date: |
Thu, 08 Nov 2007 09:38:45 +0000 |
User-agent: |
Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI) |
At Sat, 3 Nov 2007 18:46:38 +0100 (CET),
address@hidden wrote:
> I am using the multidimensionial minimization routines, and I get very
> often an error code from gsl_multimin_fminimizer_iterate, namely
> "iteration is not making progress towards solution".
>
> I get this error with all the gradient-based algorithms; I should say that
> the function that I minimize is computed not very accurately, in the sense
> that the gradients may not correspond too accurately to the function
> itself.
>
> Why and when is the above mentioned error code issued?
The error code is GSL_ENOPROG - you can find the files where it is
used in the multimin/ directory.
Roughly speaking the error code is returned if the algorithm can't
find a downhill step - maybe that occurs if the gradient is not
accurate enough.
--
Brian Gough