ok Brian.
I will try that.
I was thinking of rewriting the whole SA thing in C++. It makes sense to me that SA is polymorphic
F
On Nov 8, 2007, at 1:49 AM, Brian Gough wrote:

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

Francesco Ciucci
Caltech
MC 104-44
Pasadena, CA 91125
Tel: 626-395-3954
web: http://fc.caltech.edu/

_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to