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

搜索资源列表

  1. daimayasuo

    1下载:
  2. 包含:基于蚁群算法求解对称非对称旅行商问题 粒子群优化算法演示(PSO) 基于遗传算法(GA)的多变量旅行商问题(TSP) 遗传算法优化BP 神经网络在数据预测方面的应用 金融数量分析相关代码-Comprising: Solving Symmetric Asymmetric Traveling Salesman Problem Based on Ant Colony Algorithm Particle Swarm Optimization Demo (PSO) Mult
  3. 所属分类:Maple

    • 发布日期:2017-04-29
    • 文件大小:365675
    • 提供者:woailou11
  1. yiqun

    0下载:
  2. 蚁群算法,直接可用,是一种新型的优化算法,用于参数寻优,精度高,速度快。-Ant colony algorithm, available directly, is a kind of new optimization algorithm, is used for parameter optimization, high precision and fast speed.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2041
    • 提供者:代亚菲
  1. 先进算法讲义

    1下载:
  2. 其中包含蚁群算法,退火算法,遗传算法等智能算法,参加数学建模必备的优化算法
  3. 所属分类:文档资料

  1. TSP-Optimization

    0下载:
  2. TSP优化——蚁群算法的优化计算 例题及源代码-TSP Optimization the optimization of ant colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2975
    • 提供者:连彦超
  1. yiqunsuanfa

    0下载:
  2. 蚁群算法是当前研究非常火热的一种智能算法,下面的蚁群算法程序专门用于求解TSP问题,此程序由GreenSim团队于2006年初完成,最初公开发表于研学论坛,我们经过仿真检验,发现此程序的优化效率和鲁棒性都非常好。-Ant colony algorithm is currently very hot research an intelligent algorithm, the following special procedures ant colony algorithm for solving
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1772
    • 提供者:刘传管
  1. yiqunyouhuasuanfa

    0下载:
  2. 蚁群算法的优化,以改善传统的蚁群算法不适用欲大规划的TSP问题的解决,缩短搜索的时间。-Ant colony optimization algorithm to improve the traditional ant colony algorithm NA For big plan to solve TSP problem, shorten the time of the search.
  3. 所属分类:Data structs

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

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),是一种用来寻找优化路径的机率型算法。-Ant colony algorithm (ant colony optimization, ACO), is a type of algorithm used to find the probability of the optimal path.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4955
    • 提供者:陆七
  1. rengongyiqun

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质。针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值。-Ant colony algori
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2272
    • 提供者:王强
  1. tsp

    0下载:
  2. 有关解决tsp问题的蚁群算法优化计算的matlab源程序代码-About the ant colony optimization algorithm to solve tsp problem calculation matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1829
    • 提供者:赵一凡
  1. anti_TSP

    0下载:
  2. 蚁群算法是一种智能优化算法,通过介绍蚁群觅食过程中基于信息素的最短路径的搜索策略,给出基于MATLAB的蚁群算法在旅行商问题中的源代码m文件,对问题求解进行局部优化。-Ant colony algorithm is an intelligent optimization algorithm through the shortest route of pheromone search strategy based on the ant foraging process, given the ant
  3. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:6657
    • 提供者:涂超
  1. ACOBP

    2下载:
  2. 利用蚁群算法优化BP神经网络权值和阈值的初值,减少BP神经网络的训练时间-Initial ant colony optimization algorithm BP neural network weights and thresholds, reducing training time BP neural network
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2048
    • 提供者:lixiaoyi
  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. ACA_FCM

    0下载:
  2. 蚁群算法用于求最短路径问题,是一种用来在图中寻找优化路径的机率型算法-Ant colony algorithm for the shortest path problem, is a kind of used to type the probability of finding optimal path algorithm in the picture
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:3903
    • 提供者:zhu
  1. yiqunsuanfa

    0下载:
  2. 利用蚁群算法解决30个城市的TSP旅行商问题,是一种智能优化方法。-Using ant colony algorithm to solve the problem of TSP traveling salesman problem in 30 cities, is a kind of intelligent optimization method.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2426
    • 提供者:冯晨
  1. e

    1下载:
  2. 无线传感器网络路由优化 蚁群算法 有消耗能量 生命周期-Wireless sensor network routing ant colony optimization algorithm life cycle energy consumption
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:258485
    • 提供者:midoxinxin
  1. ant_colony

    0下载:
  2. 蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质。-Ant algorithm is a probabilistic algorithm for finding optimal paths in graphs. It was suggested by Marco Dorigo in his doctoral thesi
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:2713
    • 提供者:王雁
  1. matlabautism

    0下载:
  2. 矩阵实验室,蚁群算法,用于求解大规模的路径优化,有很好的的泛化性-MATLAB ACO
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2139
    • 提供者:金波
  1. VRP

    0下载:
  2. 引入路径权重的自适应蚁群算法用于应急物资调度路径优化的Matlab编码-Adaptive ant colony algorithm with path weight for Matlab coding of emergency material scheduling
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2548
    • 提供者:小刚刚
  1. TST51

    0下载:
  2. 路径优化,遗传算法,蚁群算法,遗传蚁群算法-imformation GA
  3. 所属分类:Button control

    • 发布日期:2017-12-25
    • 文件大小:46111744
    • 提供者:德育
  1. spiral_dyn

    0下载:
  2. 基于结构优化的现代智能优化算法(遗传算法,蚁群算法,神经网络算法)-Modern intelligent optimization algorithm based on structural optimization (genetic algorithm, ant colony algorithm, neural network algorithm)
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:566
    • 提供者:xiao
« 1 2 ... 21 22 23 24 25 2627 28 29 »
搜珍网 www.dssz.com