登录
首页 » AI-NN-PR » 蚁群算法及其在旅行商中的应用。一个非常好的论文。

蚁群算法及其在旅行商中的应用。一个非常好的论文。

于 2022-06-29 发布 文件大小:230.79 kB
0 112
下载积分: 2 下载次数: 1

代码说明:

蚁群算法及其在TSP中的应用。一篇很好的论文。-Ant colony algorithm and its application in the TSP. A very good paper.

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

发表评论

0 个回复

  • 这是一本详细介绍遗传算法理论,及其在工程方面应用的书籍,书中包含许多实例,实在是不可多得的经典之书...
    这是一本详细介绍遗传算法理论,及其在工程方面应用的书籍,书中包含许多实例,实在是不可多得的经典之书-This is a detailed theory of genetic algorithm and its applications in engineering books, the book contains many examples, it is rare classic book
    2022-08-17 20:12:47下载
    积分:1
  • in October 2005 since the bacteria was divided, with the label area statistical...
    2005年10月份自写的细菌分割、标号与面积统计程序。带测试图像-in October 2005 since the bacteria was divided, with the label area statistical procedures. With test images
    2022-03-01 18:51:27下载
    积分:1
  • 地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。...
    地球模拟器,最经典的人工生命模型,研究人工智能的必看。一般地说,生命都具有新陈代谢、复制和进化的能力。在自然界中,生物是由有限的食物供给和有限的生存空间约束的。在Tierra中,“生物”由一系列能够自我复制的机器代码或程序组成,它在计算机中的复制分别受到计算机的存储空间和CPU时间约束。能有效地占有内存空间和利用CPU时间的生物体,将具有更高的适应度,传递到下一代的机会就越大。 在Tierra中,计算机的RAM(随机访问存储器)中有一块专门的空间,这个空间中放置了一个“祖先有机体”,该祖先有机体根据它的汇编程序代码中的指令开始复制对它的生存是基本的代码。随着有机体的数目的增加,RAM中的空间减少了,因此有机体为了自己的生存空间开始竞争。-Earth Simulator, the most classic of artificial life model, the study of artificial intelligence Watchable. Generally speaking, life is metabolism, reproduction and the ability of evolution. In nature, biomass is limited by the supply of food and limited living space constraints. In Tierra, "biological" to a series of self-replicating machine code or procedure, in which computers were copied by the computer storage space and CPU time constraints. Effective occupy memory space and CPU time using the organisms, will have a higher degree of adaptability, conveying to the next generation the greater the chances. In Tierra, computer RAM (random access memory) is
    2022-02-03 22:23:49下载
    积分:1
  • kmeans算法的java描述,我自己编写的,可以运行的
    kmeans算法的java描述,我自己编写的,可以运行的-java kmeans algorithm description, I am prepared, ready-to-run
    2022-04-30 09:29:14下载
    积分:1
  • 扩展遗传算法SPEAII(Strength Paretor Evaluation Algorithm)算法的代码实现,良好的程序框架,便于向其他应用领域扩展,建...
    扩展遗传算法SPEAII(Strength Paretor Evaluation Algorithm)算法的代码实现,良好的程序框架,便于向其他应用领域扩展,建议大家使用。-Extended genetic algorithm SPEAII (Strength Paretor Evaluation Algorithm) algorithm code, a good procedural framework to facilitate expansion to other application areas, it is recommended the use of everyone.
    2022-03-24 18:07:07下载
    积分:1
  • 本程序是用java语言编写的数据挖掘分类算法中的决策树分类方法c4.5程序代码...
    本程序是用java语言编写的数据挖掘分类算法中的决策树分类方法c4.5程序代码-this procedure is used java language classification of data mining algorithms decision tree classification code Bank
    2023-01-08 17:35:03下载
    积分:1
  • 一个很酷的机器人的源程序,可以自己自己喜欢的机器人并保存起来,呵呵…
    一个非常酷的机器人的源程序,你可以自己制作你喜欢的机器人并保存起来,很有意思哦(137KB)-A very cool robot of the source, you can own your favorite robot and save up, oh, very interesting (137KB)
    2023-08-26 01:25:03下载
    积分:1
  • 《生物信息学》现在模式识别应用的一个重要方向。希望可以给大家有点作用!...
    《生物信息学》现在模式识别应用的一个重要方向。希望可以给大家有点作用!- Bioinformatics is an important direction of pattern recognition applications. Wish to give you a little Role!
    2022-03-19 21:41:39下载
    积分:1
  • svm_nu 分类源码 用于svm的分类编程同svm_c 相近
    svm_nu 分类源码 用于svm的分类编程同svm_c 相近-svm classification svm_nu source for the classification of programming with similar svm_c
    2023-04-20 16:30:03下载
    积分:1
  • 6. "Non
    6。《非数值并行算法――遗传算法》,刘勇等着 科学出版社 1995年第一版 本书系统地叙述了非数值并行算法之一的模拟退火算法的基本原理以及最新进展,同时为了便于读者解决实际问题,书中对具体算法的步骤作了详细介绍。本书共分七章,第一章介绍算法的思想、特点。发展过程和前景。第二章介绍算法的基本理论。第三章讨论算法解连续优化问题。第四章利用算法设计和优化神经网络。第五章介绍在组合优化中的应用。第六章介绍应用遗传程序设计解决程序设计自动化问题。第七章对遗传算法和其它适应性算法进行比较。 本书可供高校有关专业的师生、科研人员、工程技术人员阅读参考。-6. "Non- numerical parallel algorithms-- Genetic Algorithm" Liu Yong waiting 520-531 1995 version of the first book to systematically describe the non- numerical parallel algorithms one count of simulated annealing Law and the basic tenets of the latest progress, in order to help readers solve practical problems, book of the specific algorithm steps in detail. The book is divided into seven chapters, the first chapter describes the idea algorithm, characteristics. The development process and prospects. The second chapter describes the basic algorithm theory. The third chapter discusses Algorithm for continuous optimization problems. Chapter IV using the algorithm design and optimization of neural netw
    2022-01-26 05:11:28下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载