Description: Simulated annealing algorithm derived from the principle of solid annealing, heating the solid to the full high, let it slowly cooling, heating, the solid particles with the internal temperature rise to disorder symptoms, which can be increased, and slowly cooling particles gradually more orderly, and in each of the temperature reached equilibrium, and finally at room temperature reaches the ground state, which can be reduced to a minimum. Simulated annealing algorithm can achieve the global optimal solution of the problem, the process used C# to achieve, easy-to-read, to grasp the essence of the algorithm.
To Search:
File list (Check if you may need any files):
Solution11
..........\SimulateAnnealing
..........\.................\bin
..........\.................\...\Debug
..........\.................\...\.....\SimulateAnnealing.exe
..........\.................\...\.....\SimulateAnnealing.pdb
..........\.................\...\.....\SimulateAnnealing.vshost.exe
..........\.................\Form1.cs
..........\.................\Form1.Designer.cs
..........\.................\Form1.resx
..........\.................\obj
..........\.................\...\Debug
..........\.................\...\.....\SimulateAnnealing.csproj.FileListAbsolute.txt
..........\.................\...\.....\SimulateAnnealing.csproj.GenerateResource.Cache
..........\.................\...\.....\SimulateAnnealing.exe
..........\.................\...\.....\SimulateAnnealing.Form1.resources
..........\.................\...\.....\SimulateAnnealing.pdb
..........\.................\...\.....\SimulateAnnealing.Properties.Resources.resources
..........\.................\...\.....\TempPE
..........\.................\Properties
..........\.................\..........\AssemblyInfo.cs
..........\.................\..........\Resources.Designer.cs
..........\.................\..........\Resources.resx
..........\.................\..........\Settings.Designer.cs
..........\.................\..........\Settings.settings
..........\.................\SimulateAnnealing.csproj
..........\Solution1.sln
..........\WindowsFormsApplication2
..........\........................\bin
..........\........................\...\Debug
..........\........................\...\.....\WindowsFormsApplication2.exe
..........\........................\...\.....\WindowsFormsApplication2.pdb
..........\........................\...\.....\WindowsFormsApplication2.vshost.exe
..........\........................\...\.....\WindowsFormsApplication2.vshost.exe.manifest
..........\........................\Class1.cs
..........\........................\Form1.cs
..........\........................\Form1.Designer.cs
..........\........................\Form1.resx
..........\........................\obj
..........\........................\...\Debug
..........\........................\...\.....\TempPE
..........\........................\...\.....\WindowsFormsApplication2.csproj.FileListAbsolute.txt
..........\........................\...\.....\WindowsFormsApplication2.csproj.GenerateResource.Cache
..........\........................\...\.....\WindowsFormsApplication2.exe
..........\........................\...\.....\WindowsFormsApplication2.pdb
..........\........................\...\.....\WindowsFormsApplication2.Properties.Resources.resources
..........\........................\Properties
..........\........................\..........\AssemblyInfo.cs
..........\........................\..........\Resources.Designer.cs
..........\........................\..........\Resources.resx
..........\........................\..........\Settings.Designer.cs
..........\........................\..........\Settings.settings
..........\........................\WindowsFormsApplication2.csproj