期刊文献+
共找到7篇文章
< 1 >
每页显示 20 50 100
电厂煤样转运AGV移动路径优化研究
1
作者 李九栋 《设备管理与维修》 2024年第20期142-145,共4页
为提高电厂煤样转运效率,降低运行成本,开展面向电厂煤样转运的AGV移动路径优化研究。构建电厂煤样转运区域环境与地图,确保操作安全并优化资源配置;将小车实时感知到的障碍物位置与预先建立的地图进行匹配,选择与规划移动路径;建立移... 为提高电厂煤样转运效率,降低运行成本,开展面向电厂煤样转运的AGV移动路径优化研究。构建电厂煤样转运区域环境与地图,确保操作安全并优化资源配置;将小车实时感知到的障碍物位置与预先建立的地图进行匹配,选择与规划移动路径;建立移动路径优化模型,得出总运输时间、总运输距离、能耗均最优的移动路径方案。实验结果表明,应用该方法后缩短了转运路径,并减少因避障而增加的额外路径长度,提高了转运效率和路径的平顺性。 展开更多
关键词 电厂 煤样转运 AGV 移动路径优化
下载PDF
基于A*改进算法的机器人移动路径优化仿真 被引量:10
2
作者 韩学行 顿向明 林子洋 《计算机仿真》 北大核心 2021年第2期313-317,共5页
针对传统机器人移动路径分析方法中存在撞击率高的问题,引入A*改进算法对机器人移动路径进行优化。首先利用栅格单位搭建机器人移动环境模型,并对栅格模型进行优化处理,分别在无障碍、静态障碍以及动态障碍三种移动环境下进行路径规划,... 针对传统机器人移动路径分析方法中存在撞击率高的问题,引入A*改进算法对机器人移动路径进行优化。首先利用栅格单位搭建机器人移动环境模型,并对栅格模型进行优化处理,分别在无障碍、静态障碍以及动态障碍三种移动环境下进行路径规划,通过A*改进算法获取机器人移动原始路径。在此基础上,计算路径优化约束条件,对原始路径进行平滑优化处理,输出机器人移动路径的优化结果,完成移动路径优化。经过仿真对比实验可知,使用A*改进算法进行机器人移动路径优化,路径长度和时间均能得到减少,且撞击率和路径转弯次数也明显得到改善。 展开更多
关键词 机器人 移动路径优化 平滑优化处理
下载PDF
基于协同进化蜂群算法的覆盖优化策略 被引量:1
3
作者 张骞 李克清 +1 位作者 戴欢 刘帅 《计算机工程与设计》 CSCD 北大核心 2014年第4期1142-1146,共5页
对于具有移动节点的无线传感器网络,通过对移动节点位置的优化来提高监测区域网络覆盖率。传统蜂群算法存在过早成熟、后期收敛速度变慢的现象,为了克服这一缺点,将协同进化机制引入蜂群算法,增加解决方案多样性,加速收敛过程,提出一种... 对于具有移动节点的无线传感器网络,通过对移动节点位置的优化来提高监测区域网络覆盖率。传统蜂群算法存在过早成熟、后期收敛速度变慢的现象,为了克服这一缺点,将协同进化机制引入蜂群算法,增加解决方案多样性,加速收敛过程,提出一种基于协同进化人工蜂群的覆盖优化策略;针对节点在移动过程中的路径绕远现象,基于贪婪法,提出一种移动路径优化策略。仿真结果表明,协同进化人工蜂群覆盖优化策略覆盖优化效果明显优于微粒群和人工蜂群策略,移动路径优化策略可以有效减少节点移动距离。 展开更多
关键词 协同进化 人工蜂群算法 覆盖优化 贪婪法 移动路径优化
下载PDF
Global optimal path planning for mobile robot based onimproved Dijkstra algorithm and ant system algorithm 被引量:20
4
作者 谭冠政 贺欢 Aaron Sloman 《Journal of Central South University of Technology》 EI 2006年第1期80-86,共7页
A novel method of global optimal path planning for mobile robot was proposed based on the improved Dijkstra algorithm and ant system algorithm. This method includes three steps: the first step is adopting the MAKLINK ... A novel method of global optimal path planning for mobile robot was proposed based on the improved Dijkstra algorithm and ant system algorithm. This method includes three steps: the first step is adopting the MAKLINK graph theory to establish the free space model of the mobile robot, the second step is adopting the improved Dijkstra algorithm to find out a sub-optimal collision-free path, and the third step is using the ant system algorithm to adjust and optimize the location of the sub-optimal path so as to generate the global optimal path for the mobile robot. The computer simulation experiment was carried out and the results show that this method is correct and effective. The comparison of the results confirms that the proposed method is better than the hybrid genetic algorithm in the global optimal path planning. 展开更多
关键词 mobile robot global optimal path planning improved Dijkstra algorithm ant system algorithm MAKLINK graph free MAKLINK line
下载PDF
Global path planning approach based on ant colony optimization algorithm 被引量:5
5
作者 文志强 蔡自兴 《Journal of Central South University of Technology》 EI 2006年第6期707-712,共6页
Ant colony optimization (ACO) algorithm was modified to optimize the global path. In order to simulate the real ant colonies, according to the foraging behavior of ant colonies and the characteristic of food, concepti... Ant colony optimization (ACO) algorithm was modified to optimize the global path. In order to simulate the real ant colonies, according to the foraging behavior of ant colonies and the characteristic of food, conceptions of neighboring area and smell area were presented. The former can ensure the diversity of paths and the latter ensures that each ant can reach the goal. Then the whole path was divided into three parts and ACO was used to search the second part path. When the three parts pathes were adjusted, the final path was found. The valid path and invalid path were defined to ensure the path valid. Finally, the strategies of the pheromone search were applied to search the optimum path. However, when only the pheromone was used to search the optimum path, ACO converges easily. In order to avoid this premature convergence, combining pheromone search and random search, a hybrid ant colony algorithm(HACO) was used to find the optimum path. The comparison between ACO and HACO shows that HACO can be used to find the shortest path. 展开更多
关键词 mobile robot ant colony optimization global path planning PHEROMONE
下载PDF
基于多策略混合人工鱼群算法的移动机器人路径规划 被引量:17
6
作者 黄宜庆 彭凯 袁梦茹 《信息与控制》 CSCD 北大核心 2017年第3期283-288,共6页
针对移动机器人的路径规划问题,提出了一种基于多策略混合人工鱼群算法的路径规划方法(MH-AFSA).为了提高传统人工鱼群算法(AFSA)的收敛速度和全局搜索能力,引入多策略混合机制,利用加权平均距离策略,扩大了人工鱼的视野范围.采用对数... 针对移动机器人的路径规划问题,提出了一种基于多策略混合人工鱼群算法的路径规划方法(MH-AFSA).为了提高传统人工鱼群算法(AFSA)的收敛速度和全局搜索能力,引入多策略混合机制,利用加权平均距离策略,扩大了人工鱼的视野范围.采用对数函数作为步长的移动因子,克服了传统固定步长的缺陷.进一步利用高斯变异策略扩大了种群的多样性.通过经典函数优化和旅行商问题(TSP)测试了算法的性能.最后,建立移动机器人的环境模型,给出了基于多策略混合人工鱼群算法的移动机器人路径规划步骤.通过数值仿真说明了所提算法的优越性和有效性. 展开更多
关键词 人工鱼群算法移动机器人函数优化旅行商问题路径规划
原文传递
The Impact of Rural Electricity Supplier on Resettlement of Rural Surplus Labor Force and the Route Optimization
7
作者 MA Jinhai 《International English Education Research》 2016年第1期47-50,共4页
Based on the perspective of electricity supplier on the issues of Rural Surplus Labor resettlement, we analyzed China's rural electricity supplier development and resettlement of rural surplus labor issues and factor... Based on the perspective of electricity supplier on the issues of Rural Surplus Labor resettlement, we analyzed China's rural electricity supplier development and resettlement of rural surplus labor issues and factors, proposed the impact of sluggish development of rural electricity suppliers on their resettlement of the rural surplus labor force, and made the following suggestions: to develop township enterprises, to strengthen the construction of small towns, to settlement surplus labor force on the post, to transfer the surplus labor, to increase farmers' income; to eliminate the urban-rural dual structure, to implement loose household registration management system, to increase education level, to improve the quality of farmers, to provide information and improve guidance to change disorderly transfer to the orderly transfer. 展开更多
关键词 Rural Electricity Supplier Rural Surplus Labor Force RESETTLEMENT Route Optimization
下载PDF
上一页 1 下一页 到第
使用帮助 返回顶部