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

搜索资源列表

  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. 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. 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. tsp

    2下载:
  2. 蚁群算法和遗传算法相融合,将遗传算法和蚁群算法相结合,在寻优过程中发挥各自的优势,克服各自的不足。-Ant colony algorithm and genetic algorithm integration, the genetic algorithm and ant colony algorithm combined to play their respective advantages in the optimization process, to overcome their defic
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:8880
    • 提供者:gujun
  1. APSO-GA-ACO-TSP

    1下载:
  2. 综合粒子群和蚁群算法,再利用遗传算法中交叉编译算子;再引入模糊技术,形成模糊自适应粒子群和蚁群混合算法,求解TSP问题-Integrated particle swarm and ant colony algorithm, and then genetic algorithm is used to cross compile operator then introduced the fuzzy technology, forming a fuzzy adaptive particle swar
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-24
    • 文件大小:19904
    • 提供者:张海俊
  1. ACO---Code-

    1下载:
  2. 蚁群算法和遗传算法的源码,性能比较,有搜索过程的界面显示,MFC框架-Ant colony optimization and Genetic Algorithm for TSP,developed in MFC
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-02
    • 文件大小:13912058
    • 提供者:neargdd
  1. code_matlab-in-mathmodel(2nd)

    0下载:
  2. 《MATLAB在数学建模中的应用》(第二版)源代码,论坛已有第一版的代码。本书第二版新增“数据建模”和“蚁群算法”,并对“神经网络”部分有大幅修改,遗传算法也有增加一个案例。同时后面的实例部分也有更新。- MATLAB in Mathematical Modeling Applications (second edition) source code, the first edition of the forum have been code. The second version of th
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3285382
    • 提供者:孙邦达
  1. a-few-suanfa-jisuan-TSP

    0下载:
  2. 各种算法用来求解TSP问题的MATLAB源程序,包括蚁群算法,遗传算法,模拟退火-Ant colony algorithm using matlab simulation platform developed: algorithm, path shows that human-computer interaction control
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:8985
    • 提供者:Milly
  1. ant-colony-algorithm-Matlab-code

    0下载:
  2. 蚁群算法是一种模拟进化算法,初步的研究表明该算法具有许多优良的性质。针对PID控制器参数优化设计问题,将蚁群算法设计的结果与遗传算法设计的结果进行了比较,数值仿真结果表明,蚁群算法具有一种新的模拟进化优化方法的有效性和应用价值。该算法可用于优化问题求解。-Ant Colony Algorithm papers and source code for solving optimization problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-27
    • 文件大小:25131
    • 提供者:yiqin
  1. nice

    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
  3. 所属分类:Software Testing

    • 发布日期:2017-04-12
    • 文件大小:993
    • 提供者:林宜鴻
  1. GAPASPPSOPtree_drawPdoublezhanpaixu

    0下载:
  2. c++代码,包含了蚁群算法,粒子群算法,遗传进化算法等-c++ Code
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:7108
    • 提供者:xieshuai
  1. ant

    0下载:
  2. 蚁群算法 解决最短路径 用C++来实现其功能 基于遗传算法的最短路径问题-Ant colony algorithm to solve the shortest path with C++ to achieve its function based on the shortest path problem of genetic algorithm
  3. 所属分类:Console

    • 发布日期:2017-04-14
    • 文件大小:3507
    • 提供者:孟翔
  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. Intelligent-algorithm

    0下载:
  2. 关于matlab的智能算法相关代码,例如遗传,蚁群神经等-Intelligent algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-23
    • 文件大小:7030965
    • 提供者:yu
  1. jibenyiqunjulei

    0下载:
  2. 该算法,解决了不收敛的问题,聚类效果非常好。改进的蚁群算法是基于遗传算法的改进,在基本遗传算法的基础之上,加入了变异因子,产生变异,从而更快的收敛。-The algorithm solves the problem of convergence, and the clustering effect is very good. The improved ant colony algorithm is based on the improvement of genetic algorithm. O
  3. 所属分类:Data Mining

    • 发布日期:2017-12-14
    • 文件大小:266099
    • 提供者:肖文
  1. 整周模糊度算法文献

    0下载:
  2. 整周模糊度核心参考文献(lambda算法,蚁群,遗传算法等求解方法 )(Integer ambiguity important reference)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:34040832
    • 提供者:丽丽01
  1. matlab智能算法例子

    0下载:
  2. Matlab智能算法,包括遗传算法,粒子群算法,蚁群算法等等(Matlab intelligent algorithm, including genetic algorithm, particle swarm algorithm, ant colony algorithm and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:7037952
    • 提供者:我要发sci
  1. 各种智能算法求解TSP问题

    1下载:
  2. 各种求解TSP问题的人工智能算法(粒子群算法,遗传算法,蚁群算法等等)(All kinds of intelligent algorithm to solve TSP problem)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:48128
    • 提供者:nb123
  1. machine learning

    2下载:
  2. 机器学习算法非常详细,包括深度学习,遗传算法,蚁群算法(Detailed introduction to machine learning algorithms)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:38322176
    • 提供者:wizardss
  1. ACO

    0下载:
  2. 蚁群算法是一种新型的模拟进化算法,鉴于目前国内尚缺乏这一方面的研究,其研究刚刚开始,远未像遗传算法、模拟退火算法等算法那样行程系统的分析方法和坚实的数学基础,有许多问题有待进一步研究,如算法的收敛性、理论依据等更多细致的工作还有待于进一步展开。(The ant colony algorithm is a novel simulated evolutionary algorithm, given the current lack of the research on this aspect, th
  3. 所属分类:matlab例程

    • 发布日期:2018-04-30
    • 文件大小:184320
    • 提供者:lyhing
« 1 2 3 4 5 67 8 9 10 11 ... 16 »
搜珍网 www.dssz.com