登录
首页 » AI-NN-PR » 本程序用国外流行的NetLogo开发,模拟蚂蚁群寻食

本程序用国外流行的NetLogo开发,模拟蚂蚁群寻食

于 2022-08-03 发布 文件大小:9.68 kB
0 145
下载积分: 2 下载次数: 1

代码说明:

本程序用国外流行的NetLogo开发,模拟蚂蚁群寻食-this program popular with foreign NetLogo development, simulation Ant group ants

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • BP网络神经元控制器BPNNC
    BP网络神经元控制器BPNNC-BPNNC of the BPnetwork neuron controller
    2022-05-31 04:56:26下载
    积分:1
  • 美国麻省理工学院出的遗传算法方面的好书.
    美国麻省理工学院出的遗传算法方面的好书.-Massachusetts Institute of Technology in the United States out of aspects of genetic algorithms books.
    2022-11-15 07:30:03下载
    积分:1
  • 遗传算法遗传算法(遗传算法),在专家系统中…
    遗传算法 遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
    2022-01-26 03:20:14下载
    积分:1
  • 9。《遗传算法原理及应用》,周明,孙树栋编着 国防工业出版社 1999年第一版 本书全面系统的介绍了遗传算法的基本原理、数学基础、各种主要实现技术,并...
    9。《遗传算法原理及应用》,周明,孙树栋编着 国防工业出版社 1999年第一版 本书全面系统的介绍了遗传算法的基本原理、数学基础、各种主要实现技术,并给出了一些应用实例,同时还简单的介绍了进化计算的基本内容。本书具有系统性强、可读性强、可操作性强的特点。本书可供智能计算、自动控制、系统工程、优化计算、经济管理、运筹学、计算机等专业的研究人员、研究生、高年级大学生参考。 -9. "Genetic Algorithm Theory and Application", Zhou, Sun Shudong compile defense industry publisher in 1999 the first book version of the comprehensive and systematic introduction to the genetic algorithm to the basic principles mathematical basis, the major techniques, and gives some examples, also introduced a simple evolutionary computation of the basic elements. The book is systemic strong, readable, and it can be operational characteristics. The book smart, automatic control, systems engineering, optimization, economic management, and operations. computer and other professional researchers, graduate students and students of high-grade reference.
    2022-03-03 14:57:58下载
    积分:1
  • 用vc实现Apriori算法的全部功能.请大家尽情心使用!
    用vc实现Apriori算法的全部功能.请大家尽情心使用!-the algorithm can be used vc Apriori algorithm to achieve the full. Please rest assured use! -Apriori algorithm by vc realize the full functionality. Please use your heart!-the algorithm can be used vc Apriori algorithm to achieve the full. Please rest assured use!
    2022-04-20 21:53:44下载
    积分:1
  • 用c++ 开发的中国象棋,其中有网络版和单机版 ,但由于水平有下限,单机版做得很差,电脑智商较低,党调整到很难实几分钟 电脑才能走一步。其中参考了Pc game...
    用c++ 开发的中国象棋,其中有网络版和单机版 ,但由于水平有下限,单机版做得很差,电脑智商较低,党调整到很难实几分钟 电脑才能走一步。其中参考了Pc gameing这本书,这本书讲得真好。-with the development of the Chinese chess, which is the network version and the single version, but a lower level. has done a poor job of a single computer, computer lower IQ, and the party to be very difficult to adjust a few minutes a computer can go one step further. With reference to the Pc gameing this book, this book put a shot.
    2022-06-12 04:25:23下载
    积分:1
  • 我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该...
    我们解决八数码问题,广度优先搜索可能会导致内存不够用,采用启发式搜索,启发函数为f(x)=g(x)+h(x) g(x)为该结点不同于目标结点的个数,h(x)为该结点的深度,选择那f(x)结点最小的那个结点进行扩展, 引入了一个"扩展数组[4]"(因为扩展的结点最多只有4个),该数组保存着某个结点的0点向各个方向的扩展的结点对象,然后对该扩展数组进行分析,利用启发函数在进行递归扩展... -us solve eight digital, BFS may lead to insufficient memory, using heuristic search, heuristic function f (x) = g (x) h (x) g (x) for the target node is different from the number of nodes, h (x) for the nodes of depth, the choice between f (x) nodes that the smallest node expansion. the introduction of an "expanded array [4]" (because the expansion of the nodes at most four), The array maintains a node of 0:00 a.m. to expand in all directions in the target node, and then expanded array analysis, use heuristic function during recursive expansion ...
    2022-08-06 14:22:02下载
    积分:1
  • 模式识别与人工智能中经典算法younger算法的实现及应用
    模式识别与人工智能中经典算法younger算法的实现及应用-Pattern Recognition and Artificial Intelligence in the classical algorithm younger Algorithm and Application
    2022-03-20 10:35:19下载
    积分:1
  • 基因表达式编程 基本算法 能够完成术用于公式发现、函数挖掘,关联规,则挖掘,因子分解,和预测等...
    基因表达式编程 基本算法 能够完成术用于公式发现、函数挖掘,关联规,则挖掘,因子分解,和预测等-gene expression programming algorithm can be used for the completion of the formula found that function Mining, related regulations, mining, factorization, and the forecast
    2022-02-25 21:41:52下载
    积分:1
  • 关于遗传算法的matlab 程序代码,或许对有些这方面的同仁有用...
    关于遗传算法的matlab 程序代码,或许对有些这方面的同仁有用-on Genetic Algorithms Matlab code, perhaps some of us in this regard useful
    2022-08-11 20:06:24下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载