搜索资源列表
Ant-Colony-Optimization-Marco-Dorigo-and-Thomas-S
- The Book: Ant Colony Optimization of Marco Dorigo and Thomas Stützle 2004
sbotiocodev2_6
- The s-bot is a small (15 cm) differential wheeled (with additional tracks) mobile robot developed at the LIS (Laboratory of Intelligent Systems[1]) at the EPFL in Lausanne, Switzerland between 2001 and 2004. Targeted to swarm robotics, a field of art
ant_colony
- 蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质。-Ant algorithm is a probabilistic algorithm for finding optimal paths in graphs. It was suggested by Marco Dorigo in his doctoral thesi
aco
- In computer science and operations research, the ant colony optimization algorithm (ACO) is a probabilistic technique for solving computational problems which can be reduced to finding good paths through graphs. This algorithm is a member of the a
蚁群算法
- 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。 这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法。蚁群算法的matlab实现(Ant colony algorithm is a probabilistic algorithm for finding optimal paths. It was put forward by Marco Dori
Python-Ant-Colony-TSP-Solver-master
- 用于路径规划的蚁群算法,蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。(Ant colony algorithm for path planning)