开发环境:Visual C++ .net2003
功能:利用遗传算法求解TSP问题。
源代码在线查看: tsp---ga.sln
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TSP---GA", "TSP---GA.vcproj", "{94DC693F-0694-4B46-A6DD-1DB7F8CBAAD2}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{94DC693F-0694-4B46-A6DD-1DB7F8CBAAD2}.Debug.ActiveCfg = Debug|Win32
{94DC693F-0694-4B46-A6DD-1DB7F8CBAAD2}.Debug.Build.0 = Debug|Win32
{94DC693F-0694-4B46-A6DD-1DB7F8CBAAD2}.Release.ActiveCfg = Release|Win32
{94DC693F-0694-4B46-A6DD-1DB7F8CBAAD2}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal