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


_______________________________________________
Help-gsl mailing list
Help-gsl@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to