Skip to content

gamersover/noc-map-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

noc映射算法

研究生期间做的noc算法研究

shortestpath.py 求解两个路由节点之间最短路径的Dijkstra算法
noc_map.py 基于模拟退火算法和遗传算法的noc映射
pso_noc_map.py 基于离散粒子群算法的noc映射