[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] simulated annealing package help
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] simulated annealing package help |
Date: |
Thu, 08 Nov 2007 09:49:03 +0000 |
User-agent: |
Wanderlust/2.14.0 (Africa) Emacs/22.1 Mule/5.0 (SAKAKI) |
At Mon, 5 Nov 2007 01:52:22 -0800,
Francesco Ciucci wrote:
> So basically I need to add to the function of type "gsl_siman_step_t"
> an additional parameter alpha that will increase at each SA step. Any
> tricks? Any Ideas on how I could do it without changing the siman.c
> functions?
You'd have to make a series of calls to the siman function with
decreasing t_min and increasing alpha, rather than changing alpha on
each individual step.
--
Brian Gough