Siman

Brian Gough bjg@network-theory.co.uk
Wed Jun 21 13:10:00 GMT 2000


I'm not sure about those functions, I'm afraid. The function
gsl_siman_solve will do what you need though. It will allow arbitrary
parameters, by using void * pointers. The program siman_tsp.c gives an
example of how to use it for this case.

regards
Brian

Francisco Frutos writes:
 > 
 > Hi!
 > 
 > I tried to use the simulated annealing "examples" (siman) und it seems 
 > it doesn't work well. I want to use this subroutine with many parameters
 > or variables. I saw the gsl_siman.h und it seems there are only up to 3
 > variables. Moreover there are following subroutines 
 > 
 > gsl_siman_Usolve(r, &x0, test_E_3D, test_step_3D, distance_3D, print_pos_3D, 
 > params)
 > 
 > gsl_siman_solve_many(r, &x0, test_E_3D, test_step_3D, distance_3D, 
 > print_pos_3D, params)
 > 
 > und in the documentation there are no explanations for them. 
 > 
 > Thanks in advance!
 > 
 > Tschuessele!
 > 
 > Francisco
 > Max Planck Institut
 > Katlenburg-Lindau
 >  
 > 
 > 


More information about the Gsl-discuss mailing list