Examples/docs for simulated annealing bindings

I found the HsASA library [1] on Hackage, but there's no documentation and it's not particularly intuitive. I can't see any obvious way of choosing initial config or generating new configurations. Google reveals no one using it. Does anyone have ideas? [1]: http://hackage.haskell.org/package/HsASA-0.1 Cheers, D -- Dougal Stanton dougal@dougalstanton.net // http://www.dougalstanton.net

2009/10/15 Dougal Stanton
I found the HsASA library [1] on Hackage, but there's no documentation and it's not particularly intuitive. I can't see any obvious way of choosing initial config or generating new configurations. Google reveals no one using it. Does anyone have ideas?
If the wrapping is not too involved, the original documentation [*] should help... Cheers, Thu [*] http://www.ingber.com/ASA-README.html

On Thu, Oct 15, 2009 at 02:41:42PM +0100, Dougal Stanton wrote:
I found the HsASA library [1] on Hackage, but there's no documentation and it's not particularly intuitive. I can't see any obvious way of choosing initial config or generating new configurations. Google reveals no one using it. Does anyone have ideas?
Hi, performing ASA efficiently relies on a very efficient implementation of the algorithm, the actual parameters of the ASA are hard coded as C #defines, see the original C distribution for documentation on them. For using HsASA in projects, it is recommended you directly include the modules into your program and modify them with the specific parameters appropriate to your task. John -- John Meacham - ⑆repetae.net⑆john⑈ - http://notanumber.net/
participants (3)
-
Dougal Stanton
-
John Meacham
-
minh thu