Introduction - If you have any usage issues, please Google them yourself
simulated annealing algorithm (Simulated Annealing, or SA algorithm) is a simulation of heating molten metal in the annealing process, to find the global optimum one of the effective ways. Simulated Annealing basic ideas and the steps are as follows : S = (s1, s2, ..., sn) for all possible state posed by the pool, f : S-R non-negative cost function, that is abstract optimization problems are as follows : Find S* s, making f (s*) = min f (si) arbitrary si S (1) to set a higher initial temperature T, randomly generated initial state S (2) of a certain form, the current state of random disturbance, have a new state S 'S' = S+ sign (). delta where given for the step, [-1,1] Random Number
Packet : 43680538模拟退火源码.rar filelist
程序源码
程序源码\TspSA
程序源码\TspSA\MainFrm.cpp
程序源码\TspSA\MainFrm.h
程序源码\TspSA\ReadMe.txt
程序源码\TspSA\Release
程序源码\TspSA\res
程序源码\TspSA\res\Thumbs.db
程序源码\TspSA\res\TspSA.ico
程序源码\TspSA\res\TspSA.rc2
程序源码\TspSA\res\TspSADoc.ico
程序源码\TspSA\Resource.h
程序源码\TspSA\sacode.cpp
程序源码\TspSA\sacode.h
程序源码\TspSA\StdAfx.cpp
程序源码\TspSA\StdAfx.h
程序源码\TspSA\TspSA.aps
程序源码\TspSA\TspSA.clw
程序源码\TspSA\TspSA.cpp
程序源码\TspSA\TspSA.dsp
程序源码\TspSA\TspSA.dsw
程序源码\TspSA\TspSA.h
程序源码\TspSA\TspSA.ncb
程序源码\TspSA\TspSA.opt
程序源码\TspSA\TspSA.plg
程序源码\TspSA\TspSA.rc
程序源码\TspSA\TspSADoc.cpp
程序源码\TspSA\TspSADoc.h
程序源码\TspSA\TspSAView.cpp
程序源码\TspSA\TspSAView.h