基于遗传算法的移动传感器的部署优化我要分享

Deployment optimization of mobile sensor based on genetic algorithm

遗传算法 移动传感器 部署优化

关注次数: 365

下载次数: 3

文件大小: 3KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

基于遗传算法的移动传感器的部署优化,实现三维空间下对多个传感器相对探测物体位置的移动路径的规划,种群大小为49,迭代次数为1000,交叉概率为0.8,变异概率0.1,采用精英选择。


English Description:

The deployment optimization of mobile sensors based on genetic algorithm realizes the planning of moving path of multiple sensors relative to the detection object position in three-dimensional space. The population size is 49, the number of iterations is 1000, the crossover probability is 0.8, and the mutation probability is 0.1.


代码预览

crossover.m

fitness.m

inheritance.m

initilize.m

mutation.m

plotGA.m

rank.m

selection.m