文件名称:tinyos-antbasic-algorithm
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-01-16
- 文件大小:
- 484kb
- 下载次数:
- 1次
- 提 供 者:
- Sofu*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
tinyos 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质.针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值-The tinyos ant colony algorithm (ant colony optimization, ACO), also known as ant algorithm the the probability type algorithm is a method for finding the optimal path in the graph. By Marco Dorigo in his doctoral thesis in 1992, inspired by the behavior of ants found in the process of looking for food path. Ant colony algorithm is a simulated evolutionary algorithm, preliminary studies show that the algorithm has many excellent properties for the PID controller parameters to optimize the design problem, the design of ant colony algorithm and genetic algorithm design compared with numerical simulation results The results show that the ant colony algorithm with a new simulated evolutionary optimization method effectiveness and value
(系统自动生成,下载前可以参看下载内容)
下载文件列表
实例3-基于蚁群算法的路由协议\antbasic\AntRouting.h
............................\........\AntRoutingC.nc
............................\........\AntRoutingP.nc
............................\........\app.xml
............................\........\BatteryInfo.nc
............................\........\linkgain100.out
............................\........\log.txt
............................\........\log2.txt
............................\........\Makefile
............................\........\meyer-heavy.txt
............................\........\python.exe.stackdump
............................\........\simbuild\micaz\app.c
............................\........\........\.....\c-support.o
............................\........\........\.....\ident_flags.txt
............................\........\........\.....\pytossim.o
............................\........\........\.....\sim.o
............................\........\........\.....\tossim.o
............................\........\TestAnt.h
............................\........\TestAntAppC.nc
............................\........\TestAntC.nc
............................\........\testgrid.py
............................\........\testgrid100.py
............................\........\topoconfig.txt
............................\........\topology100.out
............................\........\TOSSIM.py
............................\........\TOSSIM.pyc
............................\........\_TOSSIM.dll
............................\使用说明.txt
............................\antbasic\simbuild\micaz
............................\........\simbuild
............................\antbasic
实例3-基于蚁群算法的路由协议