CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 蚁群 函数

搜索资源列表

  1. Ant-colony-optimization

    2下载:
  2. 蚁群算法优化PID控制器,采用三种评价指标函数IAE、ITAE、ITSE来进行对比分析.-Ant colony optimization algorithm PID controller, using three evaluation function IAE, ITAE, ITSE for comparative analysis.
  3. 所属分类:matlab

    • 发布日期:2015-06-30
    • 文件大小:4096
    • 提供者:杨燕霞
  1. yiqunsaunfamax

    0下载:
  2. 基本的蚁群算法优化函数,效果良好,安全可靠。-The basic function of the ant colony optimization algorithm, the effect of general
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2222
    • 提供者:吕晓晓
  1. Desktop

    0下载:
  2. 蚁群算法连续函数优化问题。包含FIT测试函数,主函数。-Ant colony optimization algorithm for continuous function. Contains FIT test function, the main function.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2024
    • 提供者:李佟
  1. AntColony

    0下载:
  2. 图像配准技术中用蚁群算法来检测函数的最大值-Image registration technique using ant colony algorithm to detect the function of the maximum value
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-11
    • 文件大小:779
    • 提供者:西瓜
  1. ant

    0下载:
  2. 蚁群算法,这里只有关键的算法函数,并不包括主函数。其中ACATSP为蚁群算法的关键函数。G2D是一个辅助函数,绝大多数蚁群算法源码不包括这个函数。另外还有一个画图的函数。-ant algrithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2993
    • 提供者:石恒昆
  1. ACO_matlab

    0下载:
  2. 蚁群算法实现连续函数优化问题,包含程序说明。-Ant colony algorithm for continuous function optimization problems, including program instructions.
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:103893
    • 提供者:zheng
  1. multi

    1下载:
  2. 多目标函数的优化,举例子说明,蚁群算法,不错的学习-good matlab code for ant studying
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1191
    • 提供者:kunleng
  1. ant-matlab-code

    0下载:
  2. 蚁群算法求解连续函数最优解的代码。学习蚁群算法寻优的必要法宝-ant matlab code for studying
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3449
    • 提供者:kunleng
  1. Ant-colony-algorithm

    0下载:
  2. 蚁群算法连续函数优化问题matlab程序-Ant colony algorithm for continuous function optimization problems in MATLAB programming
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:101771
    • 提供者:haiguangchao
  1. solve-the-biggest-value-of-function

    0下载:
  2. 蚁群算法实现连续极值求解,一般是二维函数的求解-solve the biggest value of function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-12
    • 文件大小:964
    • 提供者:李大
  1. ACO

    0下载:
  2. MATLAB实数编码的蚁群算法源程序,M文件 函数1:f=cos(2*pi.*x).*cos(2*pi.*y).*exp(-((x.^2+y.^2)/10)) 函数2:f=exp(-2*log(2).*((x-0.1)./0.8).^2).*(sin(5*pi.*x)).^6 函数3:f=(3./(0.05+(x.^2+y.^2))).^2+(x.^2+y.^2).^2 函数1带有注释-MATLAB real-coded ant colony algorithm source,
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3280
    • 提供者:胡毅
  1. ant-tsp

    0下载:
  2. 使用蚁群算法解决全国所有城市的TSP问题,函数少,可直接运行。-Using ant colony algorithm to solve the problem of traveling salesman problem in cities, the function can run directly.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:3454
    • 提供者:王志成
  1. zmyACO

    0下载:
  2. 蚁群优化算法实现函数求极值,利用距离修正进行改进-Ant colony optimization algorithm to achieve the function of extreme value, the use of distance correction to improve
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1177
    • 提供者:zhangmingyi
  1. Ant

    1下载:
  2. 求解函数优化问题的蚁群算法,matlab编程-Ant Search Algorithm for Function Optimization Problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2161
    • 提供者:王小乐
  1. CMA-ES-optimization

    1下载:
  2. 包括优化算法源程序及算法原理介绍。自适应协方差矩阵进化策略,一种2000年左右发展起来的新优化算法,简称CMA-ES,最近十几年得到了学术界的广泛关注,非常有应用前景。这是一种黑箱子优化算法,可以再程序末自己定义优化函数,也可以调用外部程序(如有限元等)进行计算,然后提取优化函数的解。该优化算法在各种变量维度下的表现优于蚁群算法、粒子群算法,有较好的收敛性,这归功于其严谨的数学表达。-Covariance matrix adaptation evolution strategy, about o
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:631128
    • 提供者:Weizhu Yang
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法对多变量函数进行优化,亲测可用。-Ant colony algorithm for multi-variable function optimization, pro-test available.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1063
    • 提供者:王浩
  1. ACO

    1下载:
  2. 一个基于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
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:364621
    • 提供者:Edward.J
  1. ant

    2下载:
  2. 蚁群算法,求一个二元函数的最小值,用MATLAB求最小值可以转化成求最大值-matlab ant colony algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1204
    • 提供者:zhoulin
  1. yiqunyouhua

    0下载:
  2. 蚁群算法是受真实的蚂蚁群体行为启发而得出的一类仿生算法。采用蚁群算法,设计好蚁群系统,利用MATLAB进行仿真,解决函数优化问题。-Ant colony algorithm is inspired by real ants swarm behavior and it is concluded that the category of bionic algorithm. Using ant colony algorithm, design good ant colony system, use o
  3. 所属分类:Compiler program

    • 发布日期:2017-05-05
    • 文件大小:108436
    • 提供者:高小英
  1. artificial-ant-colony-algorithm

    0下载:
  2. 无约束连续函数优化的人工蚁群算法通用MATLAB源码-Uniformly continuous function optimization artificial ant colony algorithm universal MATLAB source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2009
    • 提供者:feng
« 1 2 3 4 56 »
搜珍网 www.dssz.com