Description: A matlab code for a reinforment learning routing problem-A Matlab code for a reinforment learning ro uting problem Platform: |
Size: 1024 |
Author:william |
Hits:
Description: This the Low Energy Adaptive Clustering Hierarchy routing protocol [LEACH] source code for wireless sensor network we have used.It is developed with MatLab7-This is the Low Energy Adaptive Clustering Hierarchy routing protocol [LEACH] source code for wireless sensor network we have used.It is developed with MatLab7 Platform: |
Size: 2048 |
Author:zamree |
Hits:
Description: This is LEACH routing protocol simulation code using Matlab, taken from the author of SEP routing protocol. Platform: |
Size: 3072 |
Author:djvu83 |
Hits:
Description: 本人原创的用遗传算法实现的vrp问题求解,基于matlab语言-I original genetic algorithm is used to achieve the vrp problem solving, based on the matlab language Platform: |
Size: 4096 |
Author:hattrick |
Hits:
Description: 解决车辆路径问题的MATLAB代码,经过测试可以使用。算法采用遗传算法,对于写人工智能领域的相关论文有很大的帮助-Solve the vehicle routing problem with the MATLAB code that can be used after testing. Algorithm using genetic algorithms, artificial intelligence for the written papers of great help Platform: |
Size: 7168 |
Author:ly |
Hits:
Description: 此代码解决了HEED协议下关于无线传感器网络路由节点优化问题的研究和选择-This code under the agreement to resolve the HEED on wireless sensor nodes to optimize network routing and choice of study Platform: |
Size: 3072 |
Author:张萌 |
Hits:
Description: This matlab code is highly be used for wireless sensor network for routing purpose.-This matlab code is highly be used for wireless sensor network for routing purpose. Platform: |
Size: 13312 |
Author:pradheep |
Hits:
Description: Code : AODV Routing.
x=1:20
s1=x(1)
d1=x(20)
clc
A=randint(20)
Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1),
A(6,7)=A(7,6)
for i=1:20
for j=1:20
if i==j
A(i,j)=0
else
A(j,i)=A(i,j)
end
end
end- Code : AODV Routing.
x=1:20
s1=x(1)
d1=x(20)
clc
A=randint(20)
Making matrix all diagonals=0 and A(i,j)=A(j,i),i.e. A(1,4)=a(4,1),
A(6,7)=A(7,6)
for i=1:20
for j=1:20
if i==j
A(i,j)=0
else
A(j,i)=A(i,j)
end
end
end Platform: |
Size: 1024 |
Author:Hemanth |
Hits:
Description: 可用来求解多仓库的车辆路径问题,经测试可直接运行(This program can be used to solve the vehicle routing problem of multiple warehouses, and can be directly run after testing) Platform: |
Size: 380928 |
Author:一针见血 |
Hits: