Welcome![Sign In][Sign Up]
Location:
Search - ant colony robot

Search list

[AI-NN-PRantcolony

Description: 程序是蚁群算法在最短路中的应用,稍加扩展即可应用于机器人路径规划-Ant colony algorithm is a procedure in the most short-circuit the application, can be used to expand a little robot path planning
Platform: | Size: 2048 | Author: 时招军 | Hits:

[AI-NN-PRchen

Description: 蚁群算法动态寻路算法的机器人的全局路径规划-Ant colony algorithm dynamic routing algorithm for the robot global path planning
Platform: | Size: 5120 | Author: zhuxi | Hits:

[matlabGAant

Description: 基于栅格划分的环境中,研究了机器人路径规划问题中蚁群系统的“外激素”表示及更新方式,并将遗传算法的交叉操作结合到蚁群系统的路径寻优过程中,提高了蚁群系统的路径寻优能力,为蚁群算法的应用提供了一种新的探索。-Raster-based division of the environment, to study the issue of robot path planning in the ant colony system of
Platform: | Size: 30720 | Author: 高阳 | Hits:

[matlabyiqunc

Description: 蚁群算法的一个程序,可以优化用来做机器人路径规划用-Ant colony algorithm is a procedure can be optimized to make use of robot path planning
Platform: | Size: 40960 | Author: zhou | Hits:

[matlabant

Description: 一种可运行的最优路径蚁群算法,可以用于机器人路径寻优等方向-An optimal path running ant colony algorithm, robot path can be used to find the direction of Excellence
Platform: | Size: 1024 | Author: bigzzg | Hits:

[matlabACOforSHORTPATHwithMatlab

Description: matalab的蚁群算法解最短路问题程序,并有运行图,修改后可用于机器人路径-ant colony algorithm matalab solution procedures for the shortest path problem and run the map, the modified robot path can be used
Platform: | Size: 33792 | Author: 李海民 | Hits:

[OtherAntVCprograms

Description: 蚁群算法VC源代码,很完善的程序,适用于机器人路径规划。-VC source code for ant colony algorithm, it is well-established procedures for robot path planning.
Platform: | Size: 48128 | Author: 张天 | Hits:

[BooksAPF22222

Description: 基于蚁群算法的机器人路径规划MATLAB源码-Ant colony algorithm based on MATLAB source code for Robot Path Planning
Platform: | Size: 2048 | Author: APF22222 | Hits:

[AI-NN-PRMobile-Robot-Planning-on-ACA

Description: 基于改进蚁群算法的移动机器人路径规划,主要研究蚁群算法-Mobile Robot’s Path Planning Based on Improved Ant Colony Algorithm
Platform: | Size: 149504 | Author: dm | Hits:

[matlabrobot-path-planning

Description: 基于蚁群算法的机器人路径规划MATLAB源码-Ant colony algorithm based on MATLAB source code for robot path planning
Platform: | Size: 8192 | Author: jack | Hits:

[Mathimatics-Numerical algorithmsant-MATLAB-code

Description: 与蚁群算法相关的MATLAB源码,主要解决路径规划、最大值、TSP问题-Associated with the ant colony algorithm MATLAB source code, mainly to solve the TSP problem, the maximum robot path planning
Platform: | Size: 1687552 | Author: zhang | Hits:

[AI-NN-PRAnt-colony-algorithm

Description: 蚁群算法动态寻路算法的机器人的全局路径规划,可用于机器人路径规划-Ant colony algorithm for dynamic routing algorithm for the robot global path planning, can be used for robot path planning
Platform: | Size: 5120 | Author: 王袁杰 | Hits:

[AI-NN-PRAnt-colony-algorithm

Description: 蚁群算法,为机器人寻找最优路径,两类算法,第一,遍历各个目标节点,第二,在初始节点到目标节点寻求最优路径-Ant colony algorithm to find the optimal path for the robot, two types of algorithm, first, to traverse each destination node, and second in the initial node to the destination node, finding the optimal path
Platform: | Size: 319488 | Author: hongyaoyao | Hits:

[Program docrobot

Description: 基于蚁群算法的机器人路径规划,用来解决机器人的路径规划-Based on ant colony algorithm for robot path planning, to solve the robot path planning
Platform: | Size: 48128 | Author: 朱大有 | Hits:

[AI-NN-PRImproved-Ant-Colony-Optimization

Description: 将改进的蚁群算法与路径几何优化相结合,用于解决移动机器人的全局路径规划问题.算法结合机器人的越障性能对移动机器人的环境空间进行建模.通过设置初始信息素加快蚂蚁的搜索速度,同时设置自适应信息素挥发机制,解决特定地图中初始信息素的干扰问题 设置自适应路径长度,筛选规划路径的优劣 提出由路径优劣程度决定的信息素散播策略,并从几何原理出发,对规划路径进行优化处理,加快最优解的收敛速度.仿真结果验证了该算法的有效性和普遍应用性,在随机给定的环境地图中,该算法能够迅速规划出最优路径.-The improved ant colony algorithm and path geometry optimization were applied to solve the global path planning problem of mobile robot.The obstacle performance was combined in the proposed algorithm to establish the workspace model of the robot.By setting the initial pheromone,the ant searching speed was accelerated,and through the adaptive pheromone mechanism,the interference problem of initial pheromone to the specific map was solved.In addition,the pros and cons of the path planning were screened by setting the adaptive path length. It was also proposed that the pheromone spreading strategy was decided by the path length. Meanwhile,according to the principle of geometry,the planning path was optimized to accelerate the convergence speed of the optimal solution.The effectiveness and universal appfication of the proposed algorithm was demonstrated by the simulation results.In the random environment map,the optimal path could be rapidly obtained with the proposed algorithm.
Platform: | Size: 2742272 | Author: | Hits:

[matlabdual-robot-path-planning

Description: 双机器人协调路径规划,局部路径使用蚁群算法,全局路径使用粒子群算法-Double coordinate path planning and local path using ant colony algorithm, the global path using the particle swarm optimization
Platform: | Size: 7796736 | Author: 路婷 | Hits:

[matlabRobot-path-planning--

Description: 基于蚁群算法的机器人路径规划。使用网格离散化的方法对带有障碍物的环境建模,使用邻接矩阵存储该环境,使得问题转化为蚁群算法寻找最短路径。-Robot path planning based on ant colony algorithm. Use grid discretization methods with obstacles environment modeling, the use of adjacency matrix to store the environment, the problem is transformed into the ant colony algorithm to find the shortest path.
Platform: | Size: 3072 | Author: 王帅 | Hits:

[matlabant. MATLAB

Description: 蚁群算法在机器人路经规划中MATLAB栅格地图求得最短路径(Robot path planning MATLAB ant colony algorithm to find the shortest path in the grid map)
Platform: | Size: 4096 | Author: 万古 | Hits:

[Mathimatics-Numerical algorithmsAnt Colony Algorithm

Description: 基于蚁群算法的机器人路径规划,使用网格离散化的方法对带有障碍物的环境建模,使用邻接矩阵存储该环境,使得问题转化为蚁群算法寻找最短路径。(Based on the ant colony algorithm, the path of the robot with the obstacle is modeled by the method of grid discretization, and the environment is stored by the adjacency matrix, so that the problem is transformed into the ant colony algorithm to find the shortest path.)
Platform: | Size: 40960 | Author: 三叶半夏 | Hits:

[matlab2D Ant Colony Algorithm

Description: 用MATLAB将二维蚁群算法编程并仿真出机器人的路径规划得出最短路径(Using MATLAB to program the two-dimensional ant colony algorithm and simulate the path of the robot to draw the shortest path)
Platform: | Size: 12288 | Author: 三叶半夏 | Hits:
« 12 3 4 »

CodeBus www.codebus.net