搜索资源列表
ACO_Peng_V4
- 这是我用matlab编写的,利用蚁群算法(ACO)求连续函数最优解的源码。是对段海滨《蚁群算法原理及应用》一书中,网格策略法的实现。-This is my prepared using Matlab, using ant algorithms (ACO) function for the optimal solution for the source code. On the waterfront of the "ant colony algorithm and application
mtsp_ga
- matlab多旅行商问题以及各种算法如蚂蚁算法和遗传算法-matlab multi-traveling salesman problem and various algorithms such as the ant algorithm and genetic algorithm
MCMProjects
- 我备战2010数学建模美赛所精心准备的算法资料,一共13个算法。应该说是目前比较全的算法集了。每个算法由一个VC6例子实现,来解决一个问题。其中一些是自己编写,其它的也是由网上找到后经过修改编译通过的。比赛结果还不错,一个M,现在把资料共享出来,希望对大家有所帮助,算法主要有模拟退火,遗传算法,蒙特卡罗算法,蚁群算法,粒子群算法,元胞自动机,Dijkstra,最小生成树算法,二分图最大匹配算法,最大流算法,动态规划算法,分支定界法,排队论算法,决策论算法等,我写了个说明文件,列的挺详细的-I a
ANT_TSP
- 以matlab撰写的ACO算法,很适合用于研究Ant colony algorithms。-Write a MATLAB program to solve the following given city Euclidean traveling salesman problem (given lattice points) by using ant-cycle algorithm.
yiqunsuanfa
- 各种蚁群算法详细介绍,详细的例程和讲解。-Details of the various ant algorithms, routines and explain in detail.
GA_and_ACO_TSP
- 使用遗传算法和蚁群算法求解TSP问题,并且 实时地将计算结果和所用时间等信息显示在界面上,很直观。-The use of genetic algorithms and ant colony algorithm for TSP problem, and real-time results and the use of the time information is displayed in the interface is very intuitive.
three_algorithm
- 其中包含了三种算法,粒子群优化方法,遗传算法和蚁群算法-Which contains the three algorithms, particle swarm optimization, genetic algorithms and ant colony algorithm
ant
- 该压缩文件包含常用的人工智能算法中的蚁群算法的程序-The compressed file contains the artificial intelligence algorithms commonly used procedures in the ant colony algorithm
aritificial-ant-algorithms-for-TSP
- 应用双种群蚁群算法解决TSP问题,计算速度快,准确率高-Application of ant colony algorithm to solve TSP double population problem, computational speed, high accuracy
Swarm_Intelligent_Systems
- 群智能系统 主要讲述,蚁群算法、微粒群算法的原理以及应用,以及这些算法在MATLAB中的应用。-Swarm intelligence system is mainly about, ant colonies, particle swarm optimization theory and applications, and these algorithms in the MATLAB application.
chapter_8
- 现代智能算法法程序代码,遗传法 贪婪法 模拟退火法 蚂蚁群法 回溯法-Modern intelligent algorithms law code, the genetic method simulated annealing greedy algorithm backtracking ant colony method
matlab-ant-colony-algorithms
- matlab 蚁群算法 源程序,里面有多个m文件-ant colony algorithm matlab source code, there are several m-files
tspSA50
- 现代优化算法中的蚁群优化算法的matlab程序,测试数据为50城市的TSP问题。-Modern optimization algorithms, ant colony optimization algorithm matlab program, test data for 50 cities TSP problem.
Intelligent-Optimization-Algorithm
- 六种智能优化算法:人工蚂蚁算法、人工免疫算法、粒子群优化算法、免疫粒子群优化算法、差分进化算法、上帝算法-The six intelligent optimization algorithm: artificial ant algorithms, artificial immune algorithm, particle swarm optimization algorithm, immune particle swarm optimization, differential evolution
suanfa
- 各类智能算法大全,包含各种遗传算法及蚁族算法等。-All kinds of intelligent algorithms Daquan, contains a variety of genetic algorithms and ant algorithms.
ant-matlab
- 具有新的模拟进化优化方法的有效性和应用价值的一群算法的matlab实现-Matlab implementation of the new analog evolutionary optimization approach the effectiveness and value of a group of algorithms
2D-Ant
- 资料为基于蚁群算法的车间布局三维路径规划。在给定车间障碍物后,利用算法寻求最优路径。-Data is based on a three-dimensional layout of ant colony algorithm path planning workshop. After the workshop given the obstacles, the use of algorithms for finding the optimal path.
Ant-colony-optimization-algorithms
- 改进传统蚁群算法,基于同一位置出发,考虑每一个城市地点之间的权重值,最终得出路径次优但是花费最少的路线-Improved traditional ant colony algorithm, based on the same starting position, considering the weight values for each location between the city and ultimately come to a suboptimal pat
ant colony algorithms
- 关于旅行商问题的蚁群算法实现,matlab源代码(Solving the TSP question with ant colony algorithms.)
ant-colony-optimization
- 蚁群优化是一组概率性元启发式算法和智能优化算法,受蚂蚁社会行为的启发。(Ant Colony Optimization (ACO) are a set of probabilistic metaheuristics and an intelligent optimization algorithms, inspired by social behavior of ants.)