搜索资源列表
jc
- 蚁群算法解旅行商问题的MATLAB源码, 城市坐标可自行修改。
ant_plane
- 无人机如何在复杂的战区自主飞行是时下的一个热点。这里采用了蚁群算法做出了探讨。并用matlab实现。假定无人机的活动范围为20km×20km的区域,无人机起点的平面坐标为[1,2][单位:km], 攻击目标的平面坐标为[19,18][单位:km],同时不考虑无人机起飞降落时的限制。数字地图和敌方威胁情况[主要考虑雷达威胁]已在附件中给出。数字地图可以做适当的简化,比如可以把地形近似分为三种:高地,低地以及过渡地带。 忽略地形和无人机操作性能等因素的影响,综合考虑敌方威胁,无人机航程等,基
Antcolonyalgorithmpathplanning
- 用于蚁群算法,环境是matlab,是关于路径优化-Ant colony algorithm path planning
yqsf
- 蚁群算法在基于matlab平台下进行运算,这里是蚁群算法的源代码,供参考使用-Ant colony algorithm based on matlab platform computing, ant colony algorithm source code, for reference use
matlab
- 优化算法,蚁群算法,有助于将实现过程理解,用matlab实现-It can help you study
matlab-resource
- 基于旅行商问题的蚁群算法优化,对于蚁群算法初学者很有帮助!-Optimization, ant colony algorithm based on the traveling salesman problem for the ant colony algorithm beginners helpful!
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.
Antcolony-algorithm
- 蚁群算法是一种新型模拟进化算法,次程序是 解决旅行商问题,matlab程序,很实用-Ant colony algorithm is a new type of simulated evolutionary algorithm, program is To solve traveling salesman problem, matlab, very practical
123
- 蚁群算法的matlab程序实现,希望对你们有用-Matlab implementation of ant colony algorithm, in the hope that useful to you
ACA
- Matlab版蚁群算法源代码,《蚁群算法原理及应用》作者,段海滨 此书的源代码-ACA for Matlab
antsystem-TSP
- matlab智能算法 蚁群算法的优化计算,旅行商问题优化(案例背景为巡回我国31个地区)-apply ant colony algorithm to solve TSP
yiqunyouhua
- 蚁群算法是受真实的蚂蚁群体行为启发而得出的一类仿生算法。采用蚁群算法,设计好蚁群系统,利用MATLAB进行仿真,解决函数优化问题。-Ant colony algorithm is inspired by real ants swarm behavior and it is concluded that the category of bionic algorithm. Using ant colony algorithm, design good ant colony system, use o
matlab-8.1
- 电力潮流蚁群优化算法,用于解决潮流优化问题,强力推荐-Power flow ant colony optimization algorithm for solving the power flow optimization problem, a strong recommendation
jibenyiqunjulei
- 将蚁群算法用于聚类操作 求解TSP问题,跟传统蚁群算法相比有很大程度上的提升,值得应用于研究(Using ant colony algorithm in clustering operation to solve TSP problem)
ACO-BP预测
- 一种基于蚁群算法优化的BP神经网络,请大家参考指正(Ant Colony Optimization BP Neural Network)
matlab经典算法的程序
- matlab经典算法的程序,例如粒子群、蚁群、模拟退火。(Matlab classic algorithm program)
antcolony蚁群算法客户时间窗车辆路径问题
- 蚁群算法求解带时间窗的车辆路径问题,所用软件:Matlab。结果有:路径图和配送路线以及迭代次数图,能解决带时间窗的车辆路径问题VRPTW。MAC系统可用。
蚁群算法
- 基本蚁群的MATLAB源程序,内部可以运用,包括迭代过程