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


gsl_siman_solve() uses gsl_siman_copy_t copyfunc(), 
gsl_siman_copy_construct_t copy_constructor(), 
gsl_siman_destroy_t destructor() or memcpy() functiions.
Is it better to implement gsl_siman_solve() through gsl_vector_X functions 
and use gsl_vector * in energy, step functions parameters? I am working on 
this.

-- 
Andrey V. Panov
http://canopus.iacp.dvo.ru/~panov/


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