搜索资源列表
ant
- 蚁群算法( ant colony algorithm) 是由意大利学者 Dorigo 等人[1 ,2 ] 于20 世纪90 年代初期通过模拟自然界 中蚂蚁集体寻径的行为而提出的一种基于种群的启发 式仿生进化系统。蚁群算法包含两个基本阶段:适应阶 段和协作阶段。在适应阶段,各候选解根据积累的信息 不断调整自身结构。在协作阶段,候选解之间通过信息 交流,以期望产生性能更好的解,这类似于学习自动机 的学习机制。蚁群算法最早成功应用于解决著名的旅 行商问
antcolonyalgorithm
- 段海滨的《蚁群算法原理及其应用》中的蚁群算法的c语言源代码-Hai-Bin Duan' s " Principles and Applications of Ant Colony Algorithm" in the ant colony algorithm c language source code
aco
- mop算法,蚁群算法,多目标优化,基于c-mop
ANT
- 蚁群算法 解决车辆路径问题应用软件 VC-ant colony algorithm[VC++]
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
Antcolony-algorithm
- 蚁群算法是一种新型模拟进化算法,次程序是 解决旅行商问题,matlab程序,很实用-Ant colony algorithm is a new type of simulated evolutionary algorithm, program is To solve traveling salesman problem, matlab, very practical
ACO-program
- ACO蚁群算法,由C语言编写,可直接运行-ACO ACO algorithm, written in C, can be directly run
Ant-Colony-Algorithmmatlab
- 蚁群算法是一种用来在图中寻找优化路径的机率型算法-Ant colony algorithm is a method used in the diagram to find the optimal path probability-based algorithm
yichuanyuyiquan.RAR
- 蚁群算法,又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法.-Ant Colony Optimization, ACO
yiqunsuanfa1
- 能够实现蚁群算法寻优的程序,可以直接运行,运行后出来收敛图-Ant colony optimization algorithm can achieve a program that can be run directly after running out of the convergence plan
YiQun
- 用蚁群算法来解决TSP问题,压缩包内附有源代码,可以正常运行-Ant colony algorithm to solve TSP problems, compressed package containing source code, can be normal operation
yiqunjulei
- 改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛-Improved ant colony algorithm is based on improved genetic algorithm, based on the basic genetic algorithm, adding the variability factor, mutation, and thus faster convergence
123
- 蚁群算法的matlab程序实现,希望对你们有用-Matlab implementation of ant colony algorithm, in the hope that useful to you
abc
- 蚁群算法 matlab代码 解决路径优化问题-Ant colony algorithm matlab code to solve the routing problem
ant_colony_image_edge_detection
- ant_colony_image_edge_detection源代码(关于matlab的蚁群算法)-ant_colony_image_edge_detection source code (matlab on ant colony algorithm)
ant-colony-optimization
- 蚁群算法,最大最小蚁群算法,用C++编写-max-min ant system,written by visual C++
MATLAB
- 基于蚁群算法的机器人路径规划MATLAB源码 -Ant colony algorithm based robot path planning MATLAB source
ACO
- 此代码为蚁群算法的基本代码,代码有较详尽的说明。-This code is the basic code for ant colony algorithm, code has a more detailed explanation.
蚁群算法
- 基本蚁群的MATLAB源程序,内部可以运用,包括迭代过程