This is the mail archive of the gsl-discuss@sources.redhat.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]
Other format: [Raw text]

Re: Simulated Annealing documentation error and question


Roland Roberts writes:
 > On http://sources.redhat.com/gsl/ref/gsl-ref_23.html#SEC358, it says
 > 
 > Simulated annealing: void gsl_siman_solve (void *x0_p,
 >     gsl_siman_Efunc_t Ef, gsl_siman_metric_t distance, gsl_siman_print_t
 >     print_position, size_t element_size, gsl_siman_params_t params)
 > 
 > But a look at the header for GSL 1.0 shows
 > 
 > void gsl_siman_solve(const gsl_rng * r, 
 > 		     void *x0_p, gsl_siman_Efunc_t Ef,
 > 		     gsl_siman_step_t take_step,
 > 		     gsl_siman_metric_t distance,
 > 		     gsl_siman_print_t print_position,
 > 		     gsl_siman_copy_t copyfunc,
 > 		     gsl_siman_copy_construct_t copy_constructor,
 > 		     gsl_siman_destroy_t destructor,
 > 		     size_t element_size,
 > 		     gsl_siman_params_t params);
 > 
 > I'm totally lost on how to use this function.

Thanks, the documentation in the 1.0 release was outdated.  An updated
version of that file is available in CVS, it can be accessed through
the web but only in texinfo format.  If it's needed for the
minimisation I think the multifit routines should be ok.


-- 
Brian Gough

----------------------------------------------------------------------
Network Theory Ltd            Phone: 0117 3179309 (+44 117 3179309)
15 Royal Park                 WWW: http://www.network-theory.co.uk/
Bristol BS8 3AL               Email: bjg@network-theory.co.uk     
United Kingdom                
----------------------------------------------------------------------


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