搜索资源列表
meshpartdist.tar
- This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nes
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
ACA_QoS_MR
- ACO求解QOS路由问题。该文件完全实现了蚁群算法求解QOS路由问题,取得了不错的效果。用matlab打开该文件,将文件中的输入参数列表复制到运行窗口中,然后运行该文件即可。-ACO routing problem solving QOS. This document is the ant colony algorithm to achieve QOS routing problem, and achieved good results. Using matlab to open the fil
ant_colony_optimization
- 实现了一种高效的蚁群算法,它在旅行商问题中进行了测试-an effective and efficient aco
AntSystem
- 一个较好的蚁群MATLAB程序,附地图。-In this M-file, the implemention of ACO Algorithm is given with the support of reference papers listed. You can easily use it as following command to see the pictures of result and the iterative playing course.
ACOUCP
- 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This sour
acocombinationwithpso
- a combination of aco and pso optimization
ACO-PSO
- 蚁群算法(ACO)和粒子群算法(PSO)的混合算法解决旅行商问题(TSP)的matlab代码-Ant colony optimization (ACO) and particle swarm optimization (PSO) of the hybrid algorithm to solve traveling salesman problem (TSP) in matlab code
ANTColonyOptimization(ACO)for
- Ant colony algorithm and TSP
edge-_2008
- 使用ACO算法实现图像边缘检测,效果很好,做图像处理的肯定用得到,内含2008年IEEE原文-Simulation using ACO algorithm to image edge detection, the effect is very good,the man who do image processing must be used, including source code and documentation
ACOmarket
- matlab编写的一个蚁群算法在连锁网点选址的程序,对研究蚁群算法及其应用的各位有参考价值-matlab prepared a chain of outlets in the ACO site selection process, the study of ant colony algorithm and its application reference you are
MATLAB-ACO-PSO-IA
- 群智能算法包括蚁群、粒子群算法等,以及人工免疫算法-Swarm intelligence algorithms include ant colony, particle swarm optimization, and artificial immune algorithm
dastebandi
- Design a feedforward network is u dehaze algorithms review path planning using GA and ACO... The neural network adaboost stron TS neural network m files, fast c bp neural network, written with C Bayes net and memory based learni
estekhraj-vijegi
- Design a feedforward network is u dehaze algorithms review path planning using GA and ACO... The neural network adaboost stron TS neural network m files, fast c bp neural network, written with C Bayes net and memory based learni
PSO-ACO-TSP
- 采用matlab进行编程,运用粒子群算法及蚁群混合算法解决TSP问题-Using matlab programming, the use of hybrid particle swarm algorithm and ant colony algorithm to solve TSP problem
ACO-for-path-planning
- 蚁群算法路径规划matlab代码,可以正常运行-Ant colony algorithm for path planning of the matlab code, and can run normally
aco
- 蚁群算法解决路径规划问题,可以自己设置地图中的障碍,使得规划路径避开障碍。运用蚁群算法计算比较简单。-ACO is one of the Heuristic algorithm,and it has a long history.The program is coded by MATLAB.It can solve the question that mapping the best route.
ACO
- 一个基于matlab的ACO(人工蚁群)寻优算法例程,通过修改适应度函数可以完成不同的寻优任务,可用于开发改进算法或与其他智能优化算法进行对比。-A matlab-based ACO (artificial ACO) algorithm optimization routines, by modifying the fitness function optimization can perform different tasks that can be used to develop impro
TSP问题代码
- 本文是以旅行商问题为研究点,利用蚂蚁算法优化求解最短路径,平台工具是具有绘图功能的matlab软件。(This paper takes traveling salesman problem as the research point, and uses ant algorithm to optimize the shortest path. The platform tool is matlab software with drawing function.)
ant-colony-optimization
- 蚁群优化是一组概率性元启发式算法和智能优化算法,受蚂蚁社会行为的启发。(Ant Colony Optimization (ACO) are a set of probabilistic metaheuristics and an intelligent optimization algorithms, inspired by social behavior of ants.)