Sample program for demonstrating Hopfield Neural Network to solve popular TSP
源代码在线查看: hopfield-tank neural network (traveling salesman problem).csproj
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{B81264B9-60BD-414D-87D2-37EF2F481F55}"
>
ApplicationIcon = "App.ico"
AssemblyKeyContainerName = ""
AssemblyName = "Hopfield-Tank Neural Network (Traveling Salesman Problem)"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "WinExe"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace = "Hopfield_Tank_Neural_Network__Traveling_Salesman_Problem_"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
>
Name = "Debug"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "DEBUG;TRACE"
DocumentationFile = ""
DebugSymbols = "true"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "false"
OutputPath = "bin\Debug\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
Name = "Release"
AllowUnsafeBlocks = "false"
BaseAddress = "285212672"
CheckForOverflowUnderflow = "false"
ConfigurationOverrideFile = ""
DefineConstants = "TRACE"
DocumentationFile = ""
DebugSymbols = "false"
FileAlignment = "4096"
IncrementalBuild = "false"
NoStdLib = "false"
NoWarn = ""
Optimize = "true"
OutputPath = "bin\Release\"
RegisterForComInterop = "false"
RemoveIntegerChecks = "false"
TreatWarningsAsErrors = "false"
WarningLevel = "4"
/>
Name = "System"
AssemblyName = "System"
HintPath = "..\..\..\..\..\..\..\WINDOWS.0\Microsoft.NET\Framework\v1.1.4322\System.dll"
/>
Name = "System.Data"
AssemblyName = "System.Data"
HintPath = "..\..\..\..\..\..\..\WINDOWS.0\Microsoft.NET\Framework\v1.1.4322\System.Data.dll"
/>
Name = "System.Drawing"
AssemblyName = "System.Drawing"
HintPath = "..\..\..\..\..\..\..\WINDOWS.0\Microsoft.NET\Framework\v1.1.4322\System.Drawing.dll"
/>
Name = "System.Windows.Forms"
AssemblyName = "System.Windows.Forms"
HintPath = "..\..\..\..\..\..\..\WINDOWS.0\Microsoft.NET\Framework\v1.1.4322\System.Windows.Forms.dll"
/>
Name = "System.XML"
AssemblyName = "System.Xml"
HintPath = "..\..\..\..\..\..\..\WINDOWS.0\Microsoft.NET\Framework\v1.1.4322\System.XML.dll"
/>
RelPath = "App.ico"
BuildAction = "Content"
/>
RelPath = "AssemblyInfo.cs"
SubType = "Code"
BuildAction = "Compile"
/>
RelPath = "Hopfield-Tank Network.cs"
SubType = "Code"
BuildAction = "Compile"
/>
RelPath = "Traveling Salesman Problem.cs"
SubType = "Form"
BuildAction = "Compile"
/>
RelPath = "Traveling Salesman Problem.resx"
DependentUpon = "Traveling Salesman Problem.cs"
BuildAction = "EmbeddedResource"
/>