登录
首页 » AI-NN-PR » 这还是一个蚁群算法实验室,不过内容要更为详细,看得更为清楚,可以用它来理解蚁群的整个觅食过程....

这还是一个蚁群算法实验室,不过内容要更为详细,看得更为清楚,可以用它来理解蚁群的整个觅食过程....

于 2022-03-13 发布 文件大小:272.27 kB
0 147
下载积分: 2 下载次数: 1

代码说明:

这还是一个蚁群算法实验室,不过内容要更为详细,看得更为清楚,可以用它来理解蚁群的整个觅食过程.-It is also a laboratory ant colony algorithm, but the content should be more detailed, more clearly seen, you can use it to understand the whole feeding process of ant colony.

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

发表评论

0 个回复

  • 基于自动学习的逻辑推理机。程序…
    基于机器学习的自动逻辑推理机。本程序用归结反演策略实现了命题逻辑系统的自动推理。把要解决的问题作为一个要证明的命题,其目标公式被否定并化成子句形,然后添加到命题公式集中去,把消解反演系统应用于联合集,并推导出一个空子句(NIL),产生一个矛盾。-based on the automatic machine learning logical reasoning machine. The procedures used attributed inversion strategy to achieve the propositional logic of automatic reasoning. Put the problem to be solved as a proposition to prove, with the goal being negated formula and shape into a phrase and then added to the Proposition formula to concentrate, digestion system for joint inversion sets and derived an empty phrase (NIL), resulting in a contradiction.
    2022-12-19 10:50:03下载
    积分:1
  • 数据挖掘:<;<;
    :一书的配套源程序,结合数据挖掘和机器学习的知识,以java语言实现了具有代表性的各类数据挖掘方法.例如:classifier中的ZeroR.OneR.NaiveBayes.DecisionTable.IBK.C45,还有聚类,数据预处理等-: lt; Lt; Data Mining-- Practical Machine Learning Technology and java achieve gt; Gt; A matching the source, combining data mining and machine learning, the knowledge, java language to a representative of the various types of data mining. For example : the classifier ZeroR . OneR.NaiveBayes.DecisionTable.IBK.C45, clustering, data pretreatment
    2022-05-05 23:15:37下载
    积分:1
  • 遗传算法的一个源码集成,内有数个c语言文件
    遗传算法的一个源码集成,内有数个c语言文件-a genetic algorithm source integration, which contains several language documents c
    2023-05-24 11:40:03下载
    积分:1
  • Autolife模型是一个能够进行“开放式进化”的人工生命系统。每个Agent模型采用可以变化规则表长度的有限自动机模型建模。一方面Agent可以进行自我繁殖,...
    Autolife模型是一个能够进行“开放式进化”的人工生命系统。每个Agent模型采用可以变化规则表长度的有限自动机模型建模。一方面Agent可以进行自我繁殖,同时模型中的选择机制没有采用显式的适应度函数而是采用能量消耗的简单模型而自发涌现出来,所以可以认为Agent模型是一个类Tierra系统。然而与Tierra、Avida等数字生命模型不同的是,Autolife模型进行了大大的简化,它界面友好,操作直接。虽然没有给每个Agent装配一个虚拟计算机,但是Agent与环境的耦合则可以看成一个图灵机模型,因此Agent可以通过变异而“任意”的编程序。通过Autolife模型,首先人们可以看到一般的生态系统中共存的现象:生物的大爆炸、大灭绝,Agent进化得越来越聪明;其次,用户可以通过变化不同的食物添加规则探索Agent与环境的关系;最后,如果允许Agent通过播种改变环境自动产生食物,那么组织的涌现就是一种不可避免的结果。Agent构成的组织具有自主运动的特性,还可以进行自我修复,可以说Autolife中的组织是一些真正的“活体”。-Autolife model is to conduct an "open-evolution" artificial life system. Each Agent can be used model changes the rules limited the length of the table automatic machine modeling. One Agent can be self-propagation, model selection mechanism not used Explicit the fitness function instead of using the energy consumption of a simple model to emerge spontaneously, so that the agent can be a model category Tierra system. But with Tierra, Avida digital life model is different Autolife model for greatly simplified its
    2022-04-18 21:38:13下载
    积分:1
  • pso 粒子智能优化算法,C语言实现。欢迎下载。
    pso 粒子智能优化算法,C语言实现。欢迎下载。-Intelligent Optimization Algorithm pso particles, C language. Welcome to download
    2022-12-05 09:10:03下载
    积分:1
  • k-means(欧氏距离)聚类算法是最基本的聚类算法,是理解和应用聚类算法的基础,通过k-means(欧氏距离)聚类算法我们才可以初步了解数据挖掘的原理。-k-means (Euclidean distance) clustering algorithm is the most basic clustering algorithm, is understanding and the basis for the application of clustering algorithm, through the k-means (Euclidean distance) clustering algorithm we are able to a preliminary understanding of the principles of data mining .
    2022-05-24 13:46:10下载
    积分:1
  • 一种改进的免疫遗传算法的性能分析,万方数据库下载
    一种改进的免疫遗传算法的性能分析,万方数据库下载-An improved immune genetic algorithm performance analysis,万方Database Download
    2022-05-27 21:27:43下载
    积分:1
  • Support vector machines (5) libsvm
    支持向量机(5)libSVM-Support vector machines (5) libsvm
    2022-03-12 08:31:34下载
    积分:1
  • vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交...
    vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corresponding code space, and the time spent filling into account. According to my experience, in order to make good use of genetic algorithms, code must write their own, because different issues, coding, hybridization and mutation operator may not like. In particular hybrid operator, the need to adjust the problem, or even create a new hybrid method. But fitness calculation of the code required to write their own, especially with the constrained optimization problem
    2022-12-03 17:30:03下载
    积分:1
  • gmeans第一变异和分裂聚类
    gmeans-- Clustering with first variation and splitting 文本聚类算法Gmeans ,使用了3种相似度函数,cosine,euclidean ,KL.文本数据使用的是稀疏矩阵形式. -gmeans clustering with first variation and splitting Gmeans,a text clustering algorithm, uses 3 functions,cosine,euclidean and KL in similarity measuring.Text data are described by sparse matrix.
    2022-01-26 18:40:06下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载