搜索资源列表
ant.c++
- 这是一个蚁群算法,用C++实现的,大家看下,一起分享下吧.
ant_plane
- 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基
ant
- 蚁群算法的C语言实验,如有不足,还请大家多多改正-Ant colony algorithm C-language test and, if inadequate, but also please correct lot
PSOFuzzyModeler
- Fuzzy PSO算法仿真源代码,实现模糊蚁群优化算法的仿真。-Fuzzy PSO algorithm
yiqunjisuanjimoni
- 该文件中包含了蚁群算法计算机模拟,对初学者很有用-The document contains the computer simulation of ant colony algorithm, useful for beginners
yiqunAdhoc
- 该文件包含了蚁群算法的Adhoc多路径路由协议,对初学者很有用-This file contains the ant colony algorithm Adhoc multi-path routing protocol, useful for beginners
VRP
- 31个城市的VRP进行蚁群算法求解的matlab源码-31 cities, ant colony algorithm for VRP to the matlab source code
ga
- 龙哥的用MATLAB解决蚁群算法 3段解决蚁群算法蚁群算法-Longge the ant colony algorithm using MATLAB to solve 3
yiqunsuanfa
- 蚁群算法解决单目标函数优化问题。并通过作图的形式直观看出形象。-The ant colony algorithm to solve the single objective function optimization problem. And seen the image of the form of mapping intuitive.
yiqun
- 基于蚁群算法的打孔机生产效能的提高matlab程序源代码-Ant Colony Algorithm
ant
- 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。-The 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.
12
- 详细描述了多目标规划的一些方法,着重讲述了蚁群算法的优势,其中也包含了一部分算法。-Detailed descr iption of some of the methods of multi-objective planning focuses on the advantages of the ant colony algorithm, which also includes part of the algorithm.
yiqunsuanfa
- 路径规划的蚁群算法,基于matlab环境,可供初学者学习参考。-Path planning of the ant colony algorithm, based on the Matlab environment for beginners to learn.
yiquntsp
- 旅行商问题的蚁群算法,基于matlab环境,可供初学者学习参考。-Traveling Salesman Problem, ant colony algorithm based on Matlab environment available for beginners to learn.
2dyiqunsuanfa
- 2维路径规划的蚁群算法,基于matlab环境,可供初学者学出席参考。-Ant colony algorithm, based on the 2-D path planning matlab environment, attend reference for beginners to learn.
yiqunsuanfa
- 蚁群算法的源码,对于刚学习的人比较有帮助,我也是刚研究-Ant colony algorithm source code for people just learning more, I also just study
ant
- 蚁群算法是一种较新型的求解大规摸问题的群体智能算法,本源代码用于求解TSP问题-The ant colony algorithm is a more swarm intelligence algorithm to solve the problem of large-scale touch the source code used for solving TSP
TSP双蚁群算法
- 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为(The ant colony algorithm is a probabilistic algorithm used to find the optimal path. It was proposed by Marco Dorigo in his doctoral dissertation in 1992, inspired by the wa
jibenyiqunjulei
- 将蚁群算法用于聚类操作 求解TSP问题,跟传统蚁群算法相比有很大程度上的提升,值得应用于研究(Using ant colony algorithm in clustering operation to solve TSP problem)
matlab经典算法的程序
- matlab经典算法的程序,例如粒子群、蚁群、模拟退火。(Matlab classic algorithm program)