CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - implementation of ant algorithm

搜索资源列表

  1. MainProgram

    0下载:
  2. 这个是c++实现的蚁群算法,在VC++6.0下实现-This is a c++ implementation of ant colony algorithm in VC++6.0 under implementation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4.35kb
    • 提供者:Yolanda
  1. java

    2下载:
  2. 这是一份完整的用Java实现蚁群算法的代码!希望能给你在解决蚁群算法的代码中提供一定的帮助!-This is a complete implementation of ant colony algorithm using Java code! I hope you can solve the ant colony algorithm in the code must provide the help!
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:8.5kb
    • 提供者:
  1. ACATSP

    0下载:
  2. 蚁群算法MATLAB实现 可以自己修改参数 运行良好-MATLAB implementation of ant colony algorithm can modify the parameters of their own well-functioning
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:2kb
    • 提供者:王皓
  1. ACOUCP

    0下载:
  2. 无约束连续函数优化的人工蚁群算法通用MATLAB源码 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解 -Unconstrained optimization of continuous function of artificial ant colony algorithm for general-purpose MATLAB source code。 This sour
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1.66kb
    • 提供者:孙准
  1. work1

    0下载:
  2. 一种比较简单的蚁群算法的matlab实现,包括完整的代码-A relatively simple ant colony algorithm matlab implementation, including the complete code
  3. 所属分类:Bio-Recognize

    • 发布日期:2017-03-29
    • 文件大小:5.31kb
    • 提供者:yangxi
  1. matlab

    0下载:
  2. 蚁群算法的matlab实现程序,简单易懂,对于学习者来说,不错-Ant colony algorithm matlab implementation process, easy to understand, for a student perspective, it is true
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:5.45kb
    • 提供者:nong
  1. ants_arithgom

    1下载:
  2. aoc.m 是用matlab实现蚁群算法ants_information.m蚁群算法中信息素的构建 mcl是马尔科夫聚类算法 nmf是矩阵的非负分解 Generative Topographic Mapping工具包-aoc.m is matlab implementation of ant colony algorithm ants_information.m pheromone ant colony algorithm is a Markov clustering algorit
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:40.5kb
    • 提供者:颜利平
  1. ACOUCP

    0下载:
  2. 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解,-This source code is an implementation of artificial ant colony algorithm for unconstrained optimization of continuous function to solve for the case containing the constra
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1.66kb
    • 提供者:张望
  1. Unconstrainedoptimizationofcontinuousfunctionofart

    0下载:
  2. 此源码是对人工蚁群算法的一种实现,用于无约束连续函数的优化求解,对于含有约束的情况,可以先使用罚函数等方法,把问题处理成无约束的模型,再使用本源码进行求解。-This source code is an implementation of artificial ant colony algorithm for unconstrained continuous function optimization, with constraints for the case, you can start u
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:11.85kb
    • 提供者:ly
  1. TSPGOOD

    0下载:
  2. 基本蚁群算法的matlab实现,可以用于求解城市间的最短路径问题。-Matlab implementation of basic ant colony algorithm can be used to solve the shortest path between cities.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:11.99kb
    • 提供者:百秀
  1. antc

    0下载:
  2. 其主要内容包括蚁群算法的思想起源、研究现状及机制原理;蚁群算法的复杂度分析;蚁群算法的收敛性证明;蚁群算法参数对其性能的影响;蚁群算法的参数选择原则;离散域和连续域蚁群算法的若干改进策略;蚁群算法在多个优化领域的典型应用;蚁群算法的硬件实现技术;蚁群算法与其它仿生优化算法的比较与融合;蚁群算法的研究展望;最后还在附录部分给出了基本蚁群算法的程序源代码和相关网站。.-Its main contents include the origin of ant colony algorithm idea,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:4.04kb
    • 提供者:ma
  1. ant-VRP

    0下载:
  2. C++实现的VRP算法,作为实例非常不错的-C++ implementation of the VRP algorithm, as a very good example
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:454.35kb
    • 提供者:PP
  1. ant

    0下载:
  2. 蚁群算法(ant colony algorithm,简称ACA)是20世纪90年代由意大利学者M.Dorigo等人首先提出来的一种新型的模拟进化算法.它的出现为解决NP一难问题提供了一条新的途径.用蚁群算法求解旅行商问题(TSP)、分配问题(QAP)、调度问题(JSP)等,取得了一系列较好的实验结果.虽然对蚁群算法研究的时间不长,但是初步研究已显示出蚁群算法在求解复杂优化问题(特别是离散优化问题)方面具有一定的优势,表明它是一种很有发展前景的方法.蚁群算法的主要特点是:正反馈、分布式计算.正反馈
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2.33kb
    • 提供者:咋都有
  1. jArcGIS_New08a

    0下载:
  2. java 实现的 蚁群算法。。利用java自主实现的一群算法 -java implementation of ant colony algorithm. . Using java to achieve independent group of algorithms
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:41.92kb
    • 提供者:商人
  1. PropCode2

    0下载:
  2. PropCode2 is a MATLAB implementation of the algorithm described in Chap- ter 3 of The Theory of Scintillation with Applications in Remote Sensing by Charles L. Rino, John Wiley & Sons IEEE Press, 2010. The algorithm simulates electromagnetic (E
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:728.48kb
    • 提供者:Marko
  1. ant-colony-planning

    1下载:
  2. 对于二维路径规划的蚁群算法的改进研究与实现-Research and implementation of improved ant colony algorithm for two-dimensional path planning
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:3.4kb
    • 提供者:吴天羿
  1. Ant-Colony-Algorithm-on-C-language

    0下载:
  2. 蚁群算法的C实现函数 里面还有网友的修改 讲解详细 容易看懂-C implementation of the ant colony algorithm function there users modify explain in detail easy to understand
  3. 所属分类:Windows Develop

    • 发布日期:2017-11-15
    • 文件大小:9.27kb
    • 提供者:
  1. Ant

    0下载:
  2. C语言实现蚁群算法; 适合C语言开发者使用!-C language implementation of ant colony algorithm suitable for C-language developers to use!
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:5.86kb
    • 提供者:cq
  1. -ant-colony-algorithm-

    0下载:
  2. 蚁群算法解决TSP问题的并行化研究与实现-Research and Implementation of parallel ant colony algorithm to solve TSP problem
  3. 所属分类:Document

    • 发布日期:2017-04-08
    • 文件大小:153.56kb
    • 提供者:吾辈
  1. Genetic and Ant Algorithms_src

    0下载:
  2. 遗传算法和蚁群算法的C++实现,对于初学者有一定的帮助(C++ implementation of genetic algorithm and ant colony algorithm, it is help for the studends who is learnign the algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-30
    • 文件大小:131kb
    • 提供者:dabing0617
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com