public inbox for gsl-discuss@sourceware.org
 help / color / mirror / Atom feed
* Re: Bug in info files
  2001-12-19 13:20 Bug in info files Gianluca Della Vedova
@ 2001-12-19 13:20 ` Brian Gough
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Gough @ 2001-12-19 13:20 UTC (permalink / raw)
  To: gianluca.dellavedova; +Cc: gsl-discuss

Gianluca Della Vedova writes:
 > Hi to all,
 > If I am not mistaking in the section "Simulated Annealing Algorithms"
 > the info should be:
 > 
 > if E_{i+1} < E_i, and p = 1 when E_{i+1} \ge E_i.
 > instead of p = 0.
 > 

Thanks for the bug report, now corrected to


   We take random walks through the problem space, looking for points
with low energies; in these random walks, the probability of taking a
step is determined by the Boltzmann distribution

     p = e^{-(E_{i+1} - E_i)/(kT)}

if E_{i+1} > E_i, and p = 1 when E_{i+1} <= E_i.
  

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Bug in info files
@ 2001-12-19 13:20 Gianluca Della Vedova
  2001-12-19 13:20 ` Brian Gough
  0 siblings, 1 reply; 2+ messages in thread
From: Gianluca Della Vedova @ 2001-12-19 13:20 UTC (permalink / raw)
  To: gsl-discuss

Hi to all,
If I am not mistaking in the section "Simulated Annealing Algorithms"
the info should be:

if E_{i+1} < E_i, and p = 1 when E_{i+1} \ge E_i.
instead of p = 0.

Congratulations with you great effort.

-- 
Gianluca Della Vedova
Dipartimento di Statistica
Universita' degli Studi di Milano - Bicocca
via Bicocca degli Arcimboldi, 8
I-20126 - Milano (Italy)
mailto: gianluca.dellavedova@unimib.it
http://www.statistica.unimib.it/utenti/dellavedova/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-12-19 13:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-12-19 13:20 Bug in info files Gianluca Della Vedova
2001-12-19 13:20 ` Brian Gough

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).