[SciPy-dev] Advice on Simulated Annealing (ticket #875)

Sturla Molden sturla at molden.no
Mon Mar 2 07:52:37 EST 2009


On 3/2/2009 6:55 AM, Stéfan van der Walt wrote:
> Hi,
> 
> Is there anyone here who has some experience with simulated annealing?
> 
> The code at
> 
> http://scipy.org/scipy/scipy/ticket/875#comment:1


An atrocious thing about SciPy's SA is line 188 in anneal.py that says

   schedule = eval(schedule+'_sa()')


S.M.



More information about the SciPy-Dev mailing list