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]

Simulated Annealing documentation error and question


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.

roland
-- 
		       PGP Key ID: 66 BC 3B CD
Roland B. Roberts, PhD                             RL Enterprises
roland@rlenter.com                     76-15 113th Street, Apt 3B
roland@astrofoto.org                       Forest Hills, NY 11375


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