搜索资源列表
tsp
- tsp问题,该算法采用matlab算出了30个坐标的最优化路径,并给出迭代的时间,绘出路径。
ant
- 蚂蚁算法可以用来求解TSP最短路径问题,通过多次迭代产生较优解。-The ant algorithm can be used to solve the TSP shortest path through several iterations to produce better solutions.
yiqunsuanfa
- 本程序编写的是蚁群算法,对算法中的每一步都有详细介绍,适合初学者学习,输入变量为N*2的坐标矩阵,迭代次数的设置为sqrt(N)~N/2为宜-Detail every step of the algorithm, suitable for beginners to learn the programming ant colony algorithm, the input variables of the coordinate matrix N* 2, the number of iteratio
apso
- pso优化算法,粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。
New-Folder
- 实现遗传算法的基本历程,可以自由修改变异概率,交叉概率,迭代次数等-Basic Course genetic algorithm, can be freely modified mutation probability, crossover probability, the number of iterations
codes_FITM
- 进一步的属性和快速迭代截断算术平均滤波的实现,这篇文章的matlab代码实现-Further properties and fast iteration truncated arithmetic mean filter implementation, this article matlab code implementation