-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathTravelling Salesman Problem (TSP).prj
100 lines (100 loc) · 3.37 KB
/
Travelling Salesman Problem (TSP).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
<deployment-project plugin="plugin.apptool" plugin-version="1.0">
<configuration build-checksum="3059947543" file="C:\Users\hossein\Desktop\Impact Codes\TSP\Travelling Salesman Problem (TSP).prj" location="C:\Users\hossein\Desktop\Impact Codes\TSP" name="Travelling Salesman Problem (TSP)" target="target.mlapps" target-name="Package App">
<param.appname>Travelling Salesman Problem (TSP)</param.appname>
<param.authnamewatermark>Seyed Muhammad Hossein Mousavi</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company />
<param.icon />
<param.icons />
<param.summary>Traveling Salesman Problem (TSP)</param.summary>
<param.description>Traveling Salesman Problem by TLBO, DE, HS, and FA algorithms.</param.description>
<param.screenshot>C:\Users\hossein\AppData\Local\Temp\tp27dde999_8cf2_4104_881a_d8e730ea9eaf.png</param.screenshot>
<param.version>1.0</param.version>
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.output>${PROJECT_ROOT}</param.output>
<param.guid>303da30e-83ed-4098-9a9e-afde991a873d</param.guid>
<unset>
<param.company />
<param.icon />
<param.icons />
<param.version />
<param.products.name />
<param.products.id />
<param.products.version />
<param.platforms />
<param.output />
</unset>
<fileset.main>
<file>${PROJECT_ROOT}\TSP.mlapp</file>
</fileset.main>
<fileset.depfun>
<file>${PROJECT_ROOT}\CostF.m</file>
<file>${PROJECT_ROOT}\MakeModel.m</file>
</fileset.depfun>
<fileset.resources />
<fileset.package />
<build-deliverables>
<file location="C:\Users\hossein\Desktop\Impact Codes" name="TSP" optional="false">C:\Users\hossein\Desktop\Impact Codes\TSP</file>
</build-deliverables>
<workflow />
<matlab>
<root>C:\Program Files\MATLAB\R2021b</root>
<toolboxes>
<toolbox name="matlabcoder" />
<toolbox name="embeddedcoder" />
<toolbox name="gpucoder" />
<toolbox name="fixedpoint" />
<toolbox name="matlabhdlcoder" />
<toolbox name="neuralnetwork" />
</toolboxes>
<toolbox>
<matlabcoder>
<enabled>true</enabled>
</matlabcoder>
</toolbox>
<toolbox>
<embeddedcoder>
<enabled>true</enabled>
</embeddedcoder>
</toolbox>
<toolbox>
<gpucoder>
<enabled>true</enabled>
</gpucoder>
</toolbox>
<toolbox>
<fixedpoint>
<enabled>true</enabled>
</fixedpoint>
</toolbox>
<toolbox>
<matlabhdlcoder>
<enabled>true</enabled>
</matlabhdlcoder>
</toolbox>
<toolbox>
<neuralnetwork>
<enabled>true</enabled>
</neuralnetwork>
</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>10.0</osver>
<os32>false</os32>
<os64>true</os64>
<arch>win64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>