搜索资源列表
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
函数优化的蚁群算法
- 用MATLAB编码的函数优化的蚁群算法!!!
func_ant_colony_image_edge_detection
- 用蚁群算法做图像边缘检测,过程中采用四种核函数用来做分割,最后产生不同结果用来比较。-Using ant colony algorithm to do image edge detection, the course of four kernel function used for partitioning, and finally used to compare different results.
Test_funtion
- 这次上传的绝对是好东西,数值优化,关键是对不同函数进行运算。这次将无约束测试问题上传,可作为论文数值计算使用。注:本人本科毕业论文做的是无约束优化,研究生做的是结构方程(LISREL)、数值优化、蚁群算法,可以进行交流,联系QQ272958823-Test function for optimation!
ACOUCP
- 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This sour
MATLABLibrary
- 我的matlab库.由于上次疏忽,上传的蚁群算法只是传了一个代码,忘了有几个小函数是在我的库中.由于时间久了我也忘了哪个函数。所以有需要的各位请直接下载这个库.-My matlab library
ACOmatlab
- 蚁群算法的Matlab程序,用于连续函数优化-Ant colony algorithm Matlab program for continuous function optimization
ant_tsp
- 用蚁群算法解决旅行商问题,有详细的注释,写成了函数,可修改部分参数后使用-Ant colony algorithm to solve traveling salesman problem, detailed notes, written in a function, some parameters can be modified to use
yiqunsuanfa
- 这是一个蚁群算法的函数优化程序, 具体用法自己看代码吧-This is a function of the ants algorithm optimizing.
rengong-mayi-MATLAB
- 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,仅供学习参考。-This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous functions to solve the learning reference purposes only.
yiqunsuanfa
- 蚁群算法的matlab源码,包括简单的输入,变量数,目标函数等,最后求得目标的最优解。-Ant colony matlab source code, including the simple input, the number of variables, objective function and so on, the final goal of the optimal solution obtained.
MATLAB
- 蚁群算法在matlab下优化10个函数的方法。其中函数有单变量多峰值,单变量单峰值的,也有多变量多峰值的函数。-Ant colony algorithm in matlab optimization function 10. Which a single variable and multi-peak function, the single peak of a single variable, but also more variable multi-peak function.
AntColony--and-Figure
- 蚁群算法,MATLAB实现函数最值求解。-Ant colony algorithm, MATLAB function to solve the most value.
Ant-colony-algorithm-Matlab-program
- 无约束连续函数优化的人工蚁群算法通用MATLAB源码 -The general MATLAB source of unconstrained artificial ant colony algorithm for continuous function optimization
Ant-colony-algorithm
- 蚁群算法时常用的算法之一,在各种学术论文中常作为对比和优化函数使用,是学习其他各种函数的基础-Ant colony algorithm
新建 Microsoft Word 文档
- 运用蚁群算法求函数最值,采取蚁群迭代。根据函数求出最大值(Ant colony algorithm is used to find the function minimum)
基于蚁群算法的图像边缘检测 MATLAB源程序
- 基于蚁群算法的图像边缘检测,包含四种核函数,下载之后可直接运行(Image edge detection based on ant colony algorithm, including four kernel functions, which can run directly after downloading)
Matlab
- 基于Matlab m 函数开发的蚁群算法(The program in this document mainly solves the TSP problem ant colony algorithm matlab program)
蚁群算法在大规模栅格地图中的实现
- 关于蚁群算法在大规模栅格地图中的实现,运行主函数便可以绘制避障路径(Implementation of ant colony algorithm in large scale raster map)
混合改进蚁群算法matlab源程序
- 混合改进蚁群算法matlab源程序。其中,MainSim文件为主函数,此程序为基于自适应信息素、决策变量高斯变异和决策变量边界自调整三种改进的混合改进蚁群算法程序。其中,自适应信息素改进代码在ACOUCP文件的143-152行;决策变量高斯变异在GaussMutation文件;决策变量边界自调整改进代码在MainSim文件的40-49行。