搜索资源列表

  1. aco

    0下载:
  2. A new heuristic algorithm-ant colony optimization and its basical theory are introduced in this article to solve the complicated and optimized questions.This method simulates the course of ant searching food to solve thi
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2008-10-13
    • 文件大小:869459
    • 提供者:wangliang
  1. ant_colony_optimization

    0下载:
  2. 蚁群算法(ant colony optimization, ACO),又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型技术。它由Marco Dorigo于1992年在他的博士论文中引入,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为-ant colony algorithm (ant colony optimization, ACO). also known as the ant algorithm is a map to find
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:16384
    • 提供者:linffeng
  1. aco

    0下载:
  2. A new heuristic algorithm-ant colony optimization and its basical theory are introduced in this article to solve the complicated and optimized questions.This method simulates the course of ant searching food to solve thi
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-06-09
    • 文件大小:869376
    • 提供者:wangliang
  1. ACO

    0下载:
  2. 蚁群优化算法是一种基于自然启发的metaheuristic算法,从其提出到现在历经10多年的发展到目前已经成为一种解决组合优化问题的有效工具。最大团问题是一个经典的NP难的组合优化问题,很多实际问题都可以抽象为对无向图上最大团问题的求解,所以,对最大团问题的研究无论在理论上还是实际上都有重要意义。 -Ant colony optimization algorithm is a metaheuristic based on natural
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:236544
    • 提供者:wangliang
  1. ACO

    1下载:
  2. 算法设计与分析 蚁群算法的设计和分析,具体的代码和细致的讲解-Algorithm design and analysis of ant colony algorithm design and analysis, the specific code and detailed explanation
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:440320
    • 提供者:fengshimin
  1. ACOTSP.V1.0

    0下载:
  2. 解旅行商问题的ACO算法,包括了AS,EAS,ASRANK,MMAS,ACS-ACO to slove TSP. Including AS,EAS,ASRANK,MMAS,ACS.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:95232
    • 提供者:xiaochuzhe
  1. gui_antminer1.2.1

    0下载:
  2. Short descr iption: GUI Ant-Miner is a tool for extracting classification rules from data. It is an updated version of a data mining algorithm called Ant-Miner (Ant Colony-based Data Miner), which was proposed in 2002 by
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:72704
    • 提供者:xiaochuzhe
  1. AntSystem

    0下载:
  2. 一个较好的蚁群MATLAB程序,附地图。-In this M-file, the implemention of ACO Algorithm is given with the support of reference papers listed. You can easily use it as following command to see the pictures of result and the iterative play
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:27648
    • 提供者:boy
  1. simulatedannealing

    0下载:
  2. General simulated annealing algorithm-anneal Minimizes a function with the method of simulated annealing (Kirkpatrick et al., 1983) ANNEAL takes three input parameters, in this order: LOSS is a function
  3. 所属分类:Windows编程

    • 发布日期:2024-06-09
    • 文件大小:4096
    • 提供者:Ping-Feng Xu
  1. ant

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

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:咋都有
  1. aco

    0下载:
  2. 智能蚁群优化算法及其应用,还有仿真实现,很不错 的,很好用-Intelligent ant colony optimization algorithm and its application, as well as Simulation, very good, very good
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:3730432
    • 提供者:chengfei
  1. chaos-improved-ACO-in-PID

    1下载:
  2. 混沌改进蚁群算法以及其在船舶锅炉压力控制PID中的应用研究-Chaos improved ant colony algorithm, as well as in ship boiler pressure control PID
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-06-09
    • 文件大小:6144
    • 提供者:anne
  1. aco

    0下载:
  2. 这是我2012年第一个学期的期末大作业。 不得不说这段代码参考了网络上的一些代码,以及书本上的一些相关数据。 但是无论是网络上还是书上难免总是有很多C++的影子,这是我自己理解之后用C编写的蚁群算法的代码。-This is my first semester of 2012, the final job. Have to say this code with reference to some code on the netwo
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-06-09
    • 文件大小:2048
    • 提供者:周力
  1. ACO

    0下载:
  2. 基于蚁群算法的机器人的路径规划问题蚁群算法,一种与传统的数学规划原理截然不同的,模拟自然生态系统以求解复杂优化问题(如NPC(NP Complete)类问题,典型的有TSP(Traveling Saleman Problem)问题)的仿生优化算法,因其较强分布式计算机制、鲁棒性、易于与其他方法相结合等优点,使得蚁群算法具有较广泛应用领域,为那些最优化技术难以解决的组合优化问题提供了一类新的切实可行的解决方案。从最初的一维的静态优化问题扩
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:1100800
    • 提供者:lin
  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 a
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:昊轩
  1. aco

    0下载:
  2. 比较好的蚁群算法MATLAB代码,作为学习人工智能算法是比较好的例子-Good ant colony algorithm based on MATLAB code as a learning algorithm is a good example of artificial intelligence
  3. 所属分类:matlab例程

    • 发布日期:2024-06-09
    • 文件大小:10240
    • 提供者:hedy
  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, sim
  3. 所属分类:其他小程序

    • 发布日期:2024-06-09
    • 文件大小:1024
    • 提供者:昊轩
  1. ACO-PSO_hy

    0下载:
  2. 用来解决函数优化的混和算法,可以下载作为算法的对比和参考-Hybrid algorithm to solve function optimization, you can download as comparison and reference of the algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-06-09
    • 文件大小:5120
    • 提供者:qiao shi
  1. ACO

    0下载:
  2. 蚁群算法,又称蚂蚁算法,是一种用来在图中寻找优化路径的机率型算法-Colony algorithm, also known as ant algorithm is an optimal path search in the graph probability type algorithm is used
  3. 所属分类:matlab例程

    • 发布日期:2024-06-09
    • 文件大小:3072
    • 提供者:王玉
  1. ACO

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

    • 发布日期:2024-06-09
    • 文件大小:184320
    • 提供者:lyhing
« 12 3 »

源码中国 www.ymcn.org