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. a.txt

    0下载:
  2. 蚁群算法,用来在图中寻找优化路径的机率具有许多优良的性质-Probability of ant colony algorithm is used to find the optimal path in the graph has many excellent properties
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:573
    • 提供者:jt
  1. 05532522

    0下载:
  2. Multi-objective Ant Colony OptimizationAlgorithm for Shortest Route Problem 蚁群算法路径优化 的经典英语文档-Multi-objective Ant Colony OptimizationAlgorithm for Shortest Route Problem ant colony optimization algorithm path classic English documents
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:263775
    • 提供者:
  1. ACO-PID

    0下载:
  2. 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to the ant colony algorithm can be used to optimize the PID parameters, there are many intelligent algorithms, such as genetic algorithms, simulated annealing algorithm, particle s
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1503
    • 提供者:昊轩
  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. AOC

    0下载:
  2. 一个优化的蚁群算法的java实现,主要提供了一个大框架-An ant colony optimization algorithm to achieve the java, mainly to provide a broad framework
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2616
    • 提供者:jiangyuan
  1. TCP

    0下载:
  2. 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。 function [R_best,L_best,L_ave,Shortest_Route,Shortest_Length]=ACATSP(C,NC_max,m,Alpha,Beta,Rho,Q)-Ant colony algorithm is very hot current research an intelligent algorithm, the
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1776
    • 提供者:冯丁
  1. ACOrout

    2下载:
  2. 移动机器人路径规划是机器人学的一个重要研究领域。它要求机器人依据某个或某些优化原则(如最小能量消耗,最短行走路线,最短行走时间等),在其工作空间中找到一条从起始状态到目标状态的能避开障碍物的最优路径,本代码应用蚁群算法来解决这个问题!-Mobile robot path planning is an important research field of robotics. It requires one or some of the robot based on the principle o
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2423
    • 提供者:冯丁
  1. abc

    0下载:
  2. 蚁群算法 matlab代码 解决路径优化问题-Ant colony algorithm matlab code to solve the routing problem
  3. 所属分类:assembly language

    • 发布日期:2017-04-15
    • 文件大小:5946
    • 提供者:丁丁
  1. pic

    1下载:
  2. 基于蚁群算法的无线传感器路由算法。在基本的蚁群算法的基础上,增加蚂蚁的属性,并将能量、时延和带宽考虑进来,对蚁群算法进行优化,从而提出了基于改进蚁群算法的无线传感器网络路由算法。-Wireless sensor routing algorithm based on ant colony algorithm. On the basis of the basic ant colony algorithm, increasing ant property and energy, latency
  3. 所属分类:Internet/网络编程

    • 发布日期:2016-05-19
    • 文件大小:2403201
    • 提供者:常婷婷
  1. myyiqun

    1下载:
  2. 蚁群算法优化PID参数,运行myyiqun.m文件,修改数学模型在TEST文件中-Ant colony optimization algorithm PID parameters, run myyiqun.m file, modify the mathematical model TEST file
  3. 所属分类:matlab

    • 发布日期:2015-09-26
    • 文件大小:9216
    • 提供者:李峰
  1. ANN_MATLAB_CODE

    1下载:
  2. 一种简单的蚁群算法优化bp神经网络隐含层的算法-A simple ant colony algorithm optimization bp neural network algorithm hidden layer
  3. 所属分类:Other systems

    • 发布日期:2016-09-20
    • 文件大小:36864
    • 提供者:刘朝阳
  1. mayisuanfa

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为-Ant colony algorithm (ant colony optimization, ACO), also known as ant algorithm, is a probabilistic algorithm used to find optimal
  3. 所属分类:software engineering

    • 发布日期:2017-05-09
    • 文件大小:1656554
    • 提供者:czl
  1. Ant-colony-algorithm

    0下载:
  2. 基于蚁群算法基本原理编写的matlab程序,寻找路径。优化的蚁群算法可以在它的基础上更改-Based on the basic principle of ant colony algorithm is written in matlab program, the search path.Optimization of the ant colony algorithm can be changed on the basis of it
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2798
    • 提供者:JIM
  1. ant-colony-optimization-algorithm

    0下载:
  2. 建立了带约束条件的物流配送问题的数学模型,运用蚁群算法解决物流配送路径 优化问题,并将遗传算法的复制、交叉、变异等遗传算子引入蚁群算法,同时改进信息素的 更新方式、客户点选择策略,以提高算法的收敛速度和全局搜索能力。经过多次实验和计算 ,证明了用改进的蚁群算法优化物流配送线路,可以有效而快速地求得问题的最优解或近似最 优解。-A mathematical model with the constraints of logistics and distribution issues,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:16045
    • 提供者:低调惜缘
  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. sqpm

    0下载:
  2. sqp算法是一种优化路径算法,和 蚁群算法,遗传算法相一致-sqp path algorithm is an optimization algorithm and ant colony algorithm, genetic algorithm is consistent
  3. 所属分类:matlab例程

    • 发布日期:2017-11-06
    • 文件大小:1441
    • 提供者:王顺
  1. Ant-TSP

    0下载:
  2. 利用改进的蚁群算法,寻找最优路径,优化了算法运行时间-The use of improved ant colony algorithm to find the optimal path optimization algorithm running time
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:20369
    • 提供者:yangwanli
  1. ACO-PID

    0下载:
  2. 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to the ant colony algorithm, can be used in the intelligent algorithm of PID parameter optimization and there are many, such as genetic algorithm, simulated annealing algorithm, pa
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:1510
    • 提供者:昊轩
  1. ACATSP

    0下载:
  2. 蚁群算法的TSP路径优化程序,程序运行良好。-TSP path ant colony algorithm optimization program, the program runs well.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-13
    • 文件大小:2078
    • 提供者:尹浩
« 1 2 ... 18 19 20 21 22 2324 25 26 27 28 29 »
搜珍网 www.dssz.com