-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug Fixing, minor enhancements (and packaging projects upgrades to R2…
…017a) Bug Fixing: #24 Sim fails when using divide-conquer method #25 tsphopfieldnet fails if coordinates are missing, but distance matrix is available Enhancements: #26 Code cleanup #27 Change interface from generichopfieldnet to hopfieldnet Updating release notes. Upgrading to MATLAB R2017a (App and Toolbox packaging projects).
- Loading branch information
1 parent
189bec3
commit 37dedb8
Showing
50 changed files
with
265 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<deployment-project plugin="plugin.apptool" plugin-version="1.0"> | ||
<configuration build-checksum="1730626426" file="E:\Users\Lucas\Documents\Math\PhD\sandbox\hopfield_network\trunk\code\Hopfield Net TSP solver.prj" location="E:\Users\Lucas\Documents\Math\PhD\sandbox\hopfield_network\trunk\code" name="Hopfield Net TSP solver" target="target.mlapps" target-name="Package App"> | ||
<configuration build-checksum="2665613974" 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> | ||
|
@@ -26,11 +26,11 @@ Find more information in the documentation of the toolbox or in the <a href=" | |
<item>19</item> | ||
</param.products.id> | ||
<param.products.version> | ||
<item>9.0</item> | ||
<item>10.2</item> | ||
<item>9.2</item> | ||
<item>11.1</item> | ||
</param.products.version> | ||
<param.platforms /> | ||
<param.output>E:\Users\Lucas\Documents\Math\PhD\sandbox\hopfield_network\trunk\code</param.output> | ||
<param.output>E:\Users\Lucas\Documents\GitHub\HopfieldNetworkToolbox</param.output> | ||
<param.guid>d605def3-3010-4890-ac40-cf704be9aed1</param.guid> | ||
<unset> | ||
<param.platforms /> | ||
|
@@ -338,16 +338,17 @@ Find more information in the documentation of the toolbox or in the <a href=" | |
</fileset.resources> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="E:\Users\Lucas\Documents\Math\PhD\sandbox\hopfield_network\trunk" name="code" optional="false">E:\Users\Lucas\Documents\Math\PhD\sandbox\hopfield_network\trunk\code</file> | ||
<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\R2016a</root> | ||
<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> | ||
|
@@ -369,6 +370,11 @@ Find more information in the documentation of the toolbox or in the <a href=" | |
<enabled>true</enabled> | ||
</embeddedcoder> | ||
</toolbox> | ||
<toolbox> | ||
<polyspacebugfinder> | ||
<enabled>true</enabled> | ||
</polyspacebugfinder> | ||
</toolbox> | ||
</matlab> | ||
<platform> | ||
<unix>false</unix> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="3794982231" file="E:\Users\Lucas\Documents\Math\PhD\sandbox\hopfield_network\trunk\code\Hopfield Network Toolbox.prj" location="E:\Users\Lucas\Documents\Math\PhD\sandbox\hopfield_network\trunk\code" name="Hopfield Network Toolbox" target="target.toolbox" target-name="Package Toolbox"> | ||
<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> | ||
|
@@ -9,9 +9,18 @@ | |
<param.screenshot>${PROJECT_ROOT}\help\html\hopfieldnet.png</param.screenshot> | ||
<param.version>1.1.2</param.version> | ||
<param.output>${PROJECT_ROOT}\Hopfield Network Toolbox.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.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.guid>9468a56e-2dfa-48c1-b681-f168f0815c88</param.guid> | ||
<param.exclude.filters>% List files contained in your toolbox folder that you would like to exclude | ||
|
@@ -45,48 +54,48 @@ BuildInstructions.m</param.exclude.filters> | |
<exampleCategory name="Solving the Traveling Salesman Problem 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">E:/Users/Lucas/Documents/MATLAB/Add-Ons/Toolboxes/Hopfield Network Toolbox/code/help/Example_tspUsingRegularPolygons.m</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">E:/Users/Lucas/Documents/MATLAB/Add-Ons/Toolboxes/Hopfield Network Toolbox/code/help/Example_tspUsingTSPLIB.m</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">E:/Users/Lucas/Documents/MATLAB/Add-Ons/Toolboxes/Hopfield Network Toolbox/code/help/Example_tspUsingCoords.m</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">E:/Users/Lucas/Documents/MATLAB/Add-Ons/Toolboxes/Hopfield Network Toolbox/code/help/Example_tspUsingDistance.m</file> | ||
<file type="main">/help/Example_tspUsingDistance.m</file> | ||
<file type="thumbnail"/> | ||
</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">E:/Users/Lucas/Documents/MATLAB/Add-Ons/Toolboxes/Hopfield Network Toolbox/code/help/Example_tspReducingC.m</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">E:/Users/Lucas/Documents/MATLAB/Add-Ons/Toolboxes/Hopfield Network Toolbox/code/help/Example_tspSaddlePoint.m</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">E:/Users/Lucas/Documents/MATLAB/Add-Ons/Toolboxes/Hopfield Network Toolbox/code/help/Example_tspDivideConquer.m</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> | ||
|
@@ -98,17 +107,16 @@ BuildInstructions.m</param.exclude.filters> | |
</param.apps> | ||
<param.docs>${PROJECT_ROOT}\help\info.xml</param.docs> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
<unset> | ||
<param.output /> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.version /> | ||
<param.platforms /> | ||
<param.demosxml /> | ||
<param.matlabpath.excludes /> | ||
<param.javaclasspath.excludes /> | ||
</unset> | ||
<fileset.rootdir> | ||
<file>E:\Users\Lucas\Documents\Math\PhD\sandbox\hopfield_network\trunk\code</file> | ||
<file>E:\Users\Lucas\Documents\GitHub\HopfieldNetworkToolbox</file> | ||
</fileset.rootdir> | ||
<fileset.rootfiles> | ||
<file>${PROJECT_ROOT}\@hopfieldnet</file> | ||
|
@@ -118,25 +126,25 @@ BuildInstructions.m</param.exclude.filters> | |
<file>${PROJECT_ROOT}\@tsplib</file> | ||
<file>${PROJECT_ROOT}\help</file> | ||
<file>${PROJECT_ROOT}\Hopfield Net TSP solver.mlappinstall</file> | ||
<file>${PROJECT_ROOT}\Phase1_PossibleSaddlePoint</file> | ||
<file>${PROJECT_ROOT}\ReleaseNotes.txt</file> | ||
<file>${PROJECT_ROOT}\LICENSE</file> | ||
<file>${PROJECT_ROOT}\setup_TSPLIB.m</file> | ||
<file>${PROJECT_ROOT}\TSPFiles</file> | ||
</fileset.rootfiles> | ||
<fileset.depfun.included /> | ||
<fileset.depfun.excluded /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="E:\Users\Lucas\Documents\Math\PhD\sandbox\hopfield_network\trunk\code" name="Hopfield Network Toolbox.mltbx" optional="false">E:\Users\Lucas\Documents\Math\PhD\sandbox\hopfield_network\trunk\code\Hopfield Network Toolbox.mltbx</file> | ||
<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\R2016a</root> | ||
<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> | ||
|
@@ -158,6 +166,11 @@ BuildInstructions.m</param.exclude.filters> | |
<enabled>true</enabled> | ||
</embeddedcoder> | ||
</toolbox> | ||
<toolbox> | ||
<polyspacebugfinder> | ||
<enabled>true</enabled> | ||
</polyspacebugfinder> | ||
</toolbox> | ||
</matlab> | ||
<platform> | ||
<unix>false</unix> | ||
|
Oops, something went wrong.