-
Notifications
You must be signed in to change notification settings - Fork 2
/
Hopfield Network Toolbox.prj
223 lines (223 loc) · 10.4 KB
/
Hopfield Network Toolbox.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
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration build-checksum="3794982231" file="E:\Users\Lucas\Documents\GitHub\HopfieldNetworkToolbox\Hopfield Network Toolbox.prj" location="E:\Users\Lucas\Documents\GitHub\HopfieldNetworkToolbox" name="Hopfield Network Toolbox" target="target.toolbox" target-name="Package Toolbox">
<param.appname>Hopfield Network Toolbox</param.appname>
<param.authnamewatermark>Lucas García Rodríguez</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company>mathinking.github.com</param.company>
<param.summary>A Hopfield Network Toolbox for MATLAB</param.summary>
<param.description>The Hopfield Network Toolbox can solve combinatorial optimization problems by using Hopfield Neural Networks. The Hopfield Network Toolbox is mainly focused in Continuous Hopfield Networks.</param.description>
<param.screenshot>${PROJECT_ROOT}\help\html\hopfieldnet.png</param.screenshot>
<param.version>2.0</param.version>
<param.output>${PROJECT_ROOT}\Hopfield Network Toolbox.mltbx</param.output>
<param.products.name>
<item>MATLAB</item>
<item>Simulink</item>
<item>Statistics and Machine Learning Toolbox</item>
</param.products.name>
<param.products.id>
<item>1</item>
<item>2</item>
<item>19</item>
</param.products.id>
<param.products.version>
<item>9.2</item>
<item>8.9</item>
<item>11.1</item>
</param.products.version>
<param.platforms />
<param.guid>9468a56e-2dfa-48c1-b681-f168f0815c88</param.guid>
<param.exclude.filters>% List files contained in your toolbox folder that you would like to exclude
% from packaging. Excludes should be listed relative to the toolbox folder.
% Some examples of how to specify excludes are provided below:
%
% A single file in the toolbox folder:
% .svn
%
% A single file in a subfolder of the toolbox folder:
% example/.svn
%
% All files in a subfolder of the toolbox folder:
% example/*
%
% All files of a certain name in all subfolders of the toolbox folder:
% **/.svn
%
% All files matching a pattern in all subfolders of the toolbox folder:
% **/*.bak
%
**/.git
+Test/
help_source/
Hopfield Net TSP solver_resources/
README.md
setup_hopfieldNetwork.m
BuildInstructions.m
automateTests.m
slprj
tau
Simulations
runMultipleTSPLIBproblems.m
script_runMultipleTSPLIBproblems.m</param.exclude.filters>
<param.examples><?xml version="1.0" encoding="utf-8"?>
<examples>
<exampleCategory name="Solving the Optimization problems using Hopfield Networks">
<example name="Solving the TSP with cities in Polygon Vertices" type="html">
<file type="source">/help/html/Example_tspUsingRegularPolygons.html</file>
<file type="main">/help/Example_tspUsingRegularPolygons.m</file>
<file type="thumbnail">/help/html/Example_tspUsingRegularPolygons.png</file>
<file type="image">/help/html/Example_tspUsingRegularPolygons_01.png</file>
<file type="image">/help/html/Example_tspUsingRegularPolygons_02.png</file>
</example>
<example name="Solving the TSP with TSPLIB cities" type="html">
<file type="source">/help/html/Example_tspUsingTSPLIB.html</file>
<file type="main">/help/Example_tspUsingTSPLIB.m</file>
<file type="thumbnail">/help/html/Example_tspUsingTSPLIB.png</file>
<file type="image">/help/html/Example_tspUsingTSPLIB_01.png</file>
<file type="image">/help/html/Example_tspUsingTSPLIB_02.png</file>
</example>
<example name="Solving the TSP provided the problem's coordinates" type="html">
<file type="source">/help/html/Example_tspUsingCoords.html</file>
<file type="main">/help/Example_tspUsingCoords.m</file>
<file type="thumbnail">/help/html/Example_tspUsingCoords.png</file>
<file type="image">/help/html/Example_tspUsingCoords_01.png</file>
<file type="image">/help/html/Example_tspUsingCoords_02.png</file>
</example>
<example name="Solving the TSP provided the distance matrix" type="html">
<file type="source">/help/html/Example_tspUsingDistance.html</file>
<file type="main">/help/Example_tspUsingDistance.m</file>
<file type="thumbnail"/>
</example>
<example name="Solving a GQKP problem using a Hopfield Network" type="html">
<file type="source">/help/html/Example_GQKPusingCHN.html</file>
<file type="main">/help/Example_GQKPusingCHN.m</file>
<file type="thumbnail">/help/html/Example_GQKPusingCHN.png</file>
<file type="image">/help/html/Example_GQKPusingCHN_01.png</file>
</example>
</exampleCategory>
<exampleCategory name="Solving Hopfield Networks using Simulink">
<example name="Solving Discrete Hopfield Networks using Simulink" type="html">
<file type="source">/help/html/Example_SimulinkDiscrete.html</file>
<file type="main">/help/Example_SimulinkDiscrete.m</file>
<file type="thumbnail">/help/html/Example_SimulinkDiscrete.png</file>
<file type="image">/help/html/Example_SimulinkDiscrete_01.png</file>
<file type="image">/help/html/Example_SimulinkDiscrete_02.png</file>
</example>
<example name="Solving Continuous Hopfield Networks using Simulink" type="html">
<file type="source">/help/html/Example_SimulinkContinuous.html</file>
<file type="main">/help/Example_SimulinkContinuous.m</file>
<file type="thumbnail">/help/html/Example_SimulinkContinuous.png</file>
<file type="image">/help/html/Example_SimulinkContinuous_01.png</file>
</example>
</exampleCategory>
<exampleCategory name="Improving Hopfield Network performance when applied to the TSP">
<example name="Reduce the free parameter C" type="html">
<file type="source">/help/html/Example_tspReducingC.html</file>
<file type="main">/help/Example_tspReducingC.m</file>
<file type="thumbnail">/help/html/Example_tspReducingC.png</file>
<file type="image">/help/html/Example_tspReducingC_01.png</file>
<file type="image">/help/html/Example_tspReducingC_02.png</file>
<file type="image">/help/html/Example_tspReducingC_03.png</file>
</example>
<example name="Appropriate starting point" type="html">
<file type="source">/help/html/Example_tspSaddlePoint.html</file>
<file type="main">/help/Example_tspSaddlePoint.m</file>
<file type="thumbnail"/>
</example>
<example name="A Divide-and-Conquer Scheme" type="html">
<file type="source">/help/html/Example_tspDivideConquer.html</file>
<file type="main">/help/Example_tspDivideConquer.m</file>
<file type="thumbnail">/help/html/Example_tspDivideConquer.png</file>
<file type="image">/help/html/Example_tspDivideConquer_01.png</file>
</example>
<example name="CHN as a 2-opt Algorithm" type="html">
<file type="source">/help/html/Example_tsp2opt.html</file>
<file type="main">/help/Example_tsp2opt.m</file>
<file type="thumbnail">/help/html/Example_tsp2opt.png</file>
<file type="image">/help/html/Example_tsp2opt_01.png</file>
</example>
</exampleCategory>
</examples></param.examples>
<param.demosxml />
<param.apps>
<file>${PROJECT_ROOT}\Hopfield Net TSP solver.mlappinstall</file>
</param.apps>
<param.docs>${PROJECT_ROOT}\help\info.xml</param.docs>
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
<unset>
<param.output />
<param.platforms />
<param.demosxml />
<param.matlabpath.excludes />
<param.javaclasspath.excludes />
</unset>
<fileset.rootdir>
<file>E:\Users\Lucas\Documents\GitHub\HopfieldNetworkToolbox</file>
</fileset.rootdir>
<fileset.rootfiles>
<file>${PROJECT_ROOT}\chn</file>
<file>${PROJECT_ROOT}\data</file>
<file>${PROJECT_ROOT}\help</file>
<file>${PROJECT_ROOT}\Hopfield Net TSP solver.mlappinstall</file>
<file>${PROJECT_ROOT}\LICENSE</file>
<file>${PROJECT_ROOT}\setup_TSPLIB.m</file>
</fileset.rootfiles>
<fileset.depfun.included />
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="E:\Users\Lucas\Documents\GitHub\HopfieldNetworkToolbox" name="Hopfield Network Toolbox.mltbx" optional="false">E:\Users\Lucas\Documents\GitHub\HopfieldNetworkToolbox\Hopfield Network Toolbox.mltbx</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>