Thank you for this information. I have written GSLL, a Common Lisp interface to GSL, and simulated annealing is one of the few chapters I've been completely unable to get working. I did find that the C example worked, but I could not get the equivalent computation to work from Lisp. If it's possible to influence the design, I'd like to suggest that printing be separate from the main library function. Input and output other than through the API doesn't travel well to other languages (at least Lisp anyway).
Liam On 3/16/08, Marco Maggi <[EMAIL PROTECTED]> wrote: > I just want to let you know that the small Annealing extension > listed at the GSL home page has a website: > > <https://gna.org/projects/annealing> > > The version available from the GSL home page has bugs in it. > The code still does NOT conform to the GSL coding guidelines. > > -- > Marco Maggi > > "Now feel the funk blast!" > Rage Against the Machine - "Calm like a bomb" > > > > > _______________________________________________ > Help-gsl mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-gsl > _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
