Annealing - Summary
Annealing is a C language extension library for GSL, the GNU Scientific Library, attempting a redesign of the simulated annealing module.
Simulated annealing is a minimization technique which has given good results in avoiding local minima; it is based on the idea of taking a random walk through the space at successively lower temperatures, where the probability of taking a step is given by a Boltzmann distribution.
NOTE Officially the distribution supports only the GNU infrastructure on a Linux+GNU system; so it requires the GNU C Library, GCC, GNU Make and GNU Bash. It should work with GSL 1.9+.
Registration Date: Saturday 11/24/2007 at 09:49 CET
License: GNU General Public License V3 or later
Development Status: 3 - Alpha
posted by marcomaggi, Saturday 06/07/2008 at 07:55 CEST - 0 replies
I uploaded 0.3b0, news: small fixes in the documentation and two full example projects under the "examples" directory.
Switched license to GPL3 (requested at GNA!)
posted by marcomaggi, Sunday 11/25/2007 at 17:09 CET - 0 replies
Uploaded version alpha--0.2. The GNU Arch repository is available; to discover it:
$ tla register-archive http://arch.gna.org/annealing/annea...
the archive will be automatically added to your database. To inspect and to get revisions ...
[Read more]

