From: Arjen M. <arj...@wl...> - 2007-02-13 13:50:08
|
Virden, Larry W. wrote: >For annealing, that might go into a module for collecting various >combinatoric/permutation operations? Or do we have those some place >else? > > We have a few procedures in the math module, but they are more concerned with the number of combinations/permutations/... not with searching the solution space. >For the backtracking, is it enough code to rate its own tcllib "module"? > > It is a fair bit of code :), recently updated for Tcl 8.x by Georgios Petasis. >Also, we would, of course, want to contact the appropriate authors, and >get their okay before adding the code. We don't want another one of >_those_ reactions... > > Ah, no, of course not. The original author of the simulated annealing page is Kevin Kenny and I contacted the authors of Tcl-BC two or three years ago about their code, not about this specific use, but they were happy to see it surface again. So I do not think we will have trouble getting their consent. Regards, Arjen |