文件名称:SimulatedAnnealing
- 所属分类:
- 书籍源码
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2016-01-02
- 文件大小:
- 51kb
- 下载次数:
- 0次
- 提 供 者:
- Far****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
Simulated annealing (SA) is a probabilistic technique for approximating the global optimum of a given function. Specifically, it is a metaheuristic to approximate global optimization in a large search space. It is often used when the search space is discrete (e.g., all tours that visit a given set of cities). For problems where finding the precise global optimum is less important than finding an acceptable global optimum in a fixed amount of time, simulated annealing may be preferable to alternatives such as brute-force search or gradient descent.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
SimulatedAnnealing\Annealing.cs
..................\App.ico
..................\AssemblyInfo.cs
..................\Backup\Annealing.cs
..................\......\App.ico
..................\......\AssemblyInfo.cs
..................\......\Form1.cs
..................\......\Form1.resx
..................\......\SimulatedAnnealing.csproj
..................\......\SimulatedAnnealing.csproj.user
..................\......\SimulatedAnnealing.sln
..................\......\SimulatedAnnealing.suo
..................\......\TspDataReader.cs
..................\bin\Debug\SimulatedAnnealing.exe
..................\...\.....\SimulatedAnnealing.pdb
..................\...\.....\SimulatedAnnealing.vshost.exe
..................\...\.....\SimulatedAnnealing.vshost.exe.manifest
..................\...\.....\tsp.txt
..................\Form1.cs
..................\Form1.resx
..................\obj\Debug\SimulatedAnnealing.csproj.FileListAbsolute.txt
..................\...\.....\SimulatedAnnealing.csproj.GenerateResource.Cache
..................\...\.....\SimulatedAnnealing.exe
..................\...\.....\SimulatedAnnealing.Form1.resources
..................\...\.....\SimulatedAnnealing.pdb
..................\SimulatedAnnealing.csproj
..................\SimulatedAnnealing.csproj.user
..................\SimulatedAnnealing.sln
..................\SimulatedAnnealing.suo
..................\TspDataReader.cs
..................\UpgradeLog.XML
..................\_UpgradeReport_Files\UpgradeReport.css
..................\....................\UpgradeReport.xslt
..................\....................\UpgradeReport_Minus.gif
..................\....................\UpgradeReport_Plus.gif
..................\obj\Debug\TempPE
..................\bin\Debug
..................\obj\Debug
..................\Backup
..................\bin
..................\obj
..................\_UpgradeReport_Files
SimulatedAnnealing