This is the mail archive of the gsl-discuss@sourceware.cygnus.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Siman


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]