-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathHopfield Net TSP solver.prj
183 lines (182 loc) · 10.4 KB
/
Hopfield Net TSP solver.prj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<deployment-project plugin="plugin.apptool" plugin-version="1.0">
<configuration build-checksum="299554983" file="E:\Users\Lucas\Documents\GitHub\HopfieldNetworkToolbox\Hopfield Net TSP solver.prj" location="E:\Users\Lucas\Documents\GitHub\HopfieldNetworkToolbox" name="Hopfield Net TSP solver" target="target.mlapps" target-name="Package App">
<param.appname>Hopfield Net TSP solver</param.appname>
<param.authnamewatermark>Lucas García Rodríguez</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company>Universidad Complutense de Madrid</param.company>
<param.icon>${PROJECT_ROOT}\Hopfield Net TSP solver_resources\icon_24.png</param.icon>
<param.icons>
<file>${PROJECT_ROOT}\Hopfield Net TSP solver_resources\icon_48.png</file>
<file>${PROJECT_ROOT}\Hopfield Net TSP solver_resources\icon_24.png</file>
<file>${PROJECT_ROOT}\Hopfield Net TSP solver_resources\icon_16.png</file>
</param.icons>
<param.summary>The Hopfield Network TSP Solver App allows to solve the Traveling Salesman Problem using Continuous Hopfield Networks</param.summary>
<param.description><b>The Hopfield Network TSP Solver App</b> allows to solve the Traveling Salesman Problem using Continuous Hopfield Networks by using several of the solver algorithms available in Hopfield Network Toolbox:
<ul><li>euler</li><li>runge-kutta</li><li>talavan-yanez</li></ul>
The Toolbox allows to create several network models or architectures, including:
<ul><li>classic</li><li>classic&2opt</li><li>divide-conquer</li><li>divide-conquer&2opt</li></ul>
Find more information in the documentation of the toolbox or in the <a href="https://github.com/mathinking/HopfieldNetworkToolbox">GitHub repository</a></param.description>
<param.screenshot>${PROJECT_ROOT}\help\html\network.png</param.screenshot>
<param.version>2.0</param.version>
<param.products.name>
<item>MATLAB</item>
<item>Statistics and Machine Learning Toolbox</item>
</param.products.name>
<param.products.id>
<item>1</item>
<item>19</item>
</param.products.id>
<param.products.version>
<item>9.2</item>
<item>11.1</item>
</param.products.version>
<param.platforms />
<param.output>E:\Users\Lucas\Documents\GitHub\HopfieldNetworkToolbox</param.output>
<param.guid>d605def3-3010-4890-ac40-cf704be9aed1</param.guid>
<unset>
<param.platforms />
<param.output />
</unset>
<fileset.main>
<file>${PROJECT_ROOT}\chn\hopfieldNetworkTSPApp.m</file>
</fileset.main>
<fileset.depfun>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cb_closeApp.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cb_findTour.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cb_parameterCEdit.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cb_scheme.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cb_seedFixed.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cb_seedShuffle.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cb_simFcn.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cb_tabOtherChooseFromWs.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cb_tabOtherCoordsDist.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cb_tabPolygonNcities.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cb_tabTSPLIBmenu.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\cleanState.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\createFigure.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\createTspHopfieldNet.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\defaultSettings.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\getScreenSize.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\HopfieldNetworkTSPApp.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\timeElapsed.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\updateTspHopfieldNet.m</file>
<file>${PROJECT_ROOT}\chn\+apps\@HopfieldNetworkTSPApp\verifyProblemIsSelected.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\getResults.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\getScheme.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\getSetting.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\getSimFcn.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\getTrainFcn.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\getTrainParam.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\HopfieldNetwork.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\init.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\invsatlin.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\satlin.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\setOptions.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\setResults.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetwork\setSetting.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\city.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\cityTextGeneration.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\computeDistance.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\createChain.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\disp.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\energyplot.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\fixedCities.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\getCities.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\getName.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\HopfieldNetworkTSP.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\init.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\loggingV.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\modulo.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\neighbourDistance.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\plot.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\polygonCoords.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\reinit.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\saddle.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\setCities.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\setOptions.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\setScheme.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\setSimFcn.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\setTrainFcn.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\setTrainParam.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\sim.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\storeResultsinPDF.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\train.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\verifyIfValidSubtours.m</file>
<file>${PROJECT_ROOT}\chn\+network\@HopfieldNetworkTSP\viewConvergence.m</file>
<file>${PROJECT_ROOT}\chn\+options\HopfieldNetworkGQKPOptions.m</file>
<file>${PROJECT_ROOT}\chn\+options\HopfieldNetworkOptions.m</file>
<file>${PROJECT_ROOT}\chn\+options\HopfieldNetworkTSPOptions.m</file>
<file>${PROJECT_ROOT}\chn\+utils\+checkpoint\createFilename.m</file>
<file>${PROJECT_ROOT}\chn\+utils\+checkpoint\loggingData.m</file>
<file>${PROJECT_ROOT}\chn\+utils\+checkpoint\trimToSimulatedData.m</file>
<file>${PROJECT_ROOT}\chn\+utils\@TSPLIB\computeTour.m</file>
<file>${PROJECT_ROOT}\chn\+utils\@TSPLIB\convert2LatLon.m</file>
<file>${PROJECT_ROOT}\chn\+utils\@TSPLIB\findOptimumTourLength.m</file>
<file>${PROJECT_ROOT}\chn\+utils\@TSPLIB\plot.m</file>
<file>${PROJECT_ROOT}\chn\+utils\@TSPLIB\problemNames.m</file>
<file>${PROJECT_ROOT}\chn\+utils\@TSPLIB\TSPLIB.m</file>
<file>${PROJECT_ROOT}\chn\hopfieldnetOptions.m</file>
<file>${PROJECT_ROOT}\chn\tsphopfieldnet.m</file>
<file>${PROJECT_ROOT}\chn\tsphopfieldnetOptions.m</file>
<file>${PROJECT_ROOT}\chn\tsplib.m</file>
</fileset.depfun>
<fileset.resources>
<file>${PROJECT_ROOT}\data\TSPFiles</file>
</fileset.resources>
<fileset.package />
<build-deliverables>
<file location="E:\Users\Lucas\Documents\GitHub" name="HopfieldNetworkToolbox" optional="false">E:\Users\Lucas\Documents\GitHub\HopfieldNetworkToolbox</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2017a</root>
<toolboxes>
<toolbox name="fixedpoint" />
<toolbox name="matlabcoder" />
<toolbox name="matlabhdlcoder" />
<toolbox name="embeddedcoder" />
<toolbox name="polyspacebugfinder" />
</toolboxes>
<toolbox>
<fixedpoint>
<enabled>true</enabled>
</fixedpoint>
</toolbox>
<toolbox>
<matlabcoder>
<enabled>true</enabled>
</matlabcoder>
</toolbox>
<toolbox>
<matlabhdlcoder>
<enabled>true</enabled>
</matlabhdlcoder>
</toolbox>
<toolbox>
<embeddedcoder>
<enabled>true</enabled>
</embeddedcoder>
</toolbox>
<toolbox>
<polyspacebugfinder>
<enabled>true</enabled>
</polyspacebugfinder>
</toolbox>
</matlab>
<platform>
<unix>false</unix>
<mac>false</mac>
<windows>true</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>6.2</osver>
<os32>false</os32>
<os64>true</os64>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>