-
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主...
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主要基于以下观察:像蚂蚁这类群居昆虫,虽然没有视觉且单个行为极其简单,但由这些简单的个体所组成的群体却常常表现出令人称奇的行为――能够在复杂的环境下最终找到从蚁穴到食物源的最短路径!仿生学家经过大量细致观察与研究发现,原来蚂蚁在寻食的过程中,通过一种称之为信息素(pheromone)的物质相互传递信息。更具体地,蚂蚁在运动过程中能够在它所经过的路径上留下信息素,而且在运动过程中感知这种信息素的存在及其强度,并以此指导自己的运动方向。蚂蚁倾向于朝着信息素强度高的方向前进,因此,由大量蚂蚁组成的蚁群的行为便表现出一种信息的正反馈现象:某一路径上走过的蚂蚁越多,则后来者选择该路径的概率就越大,蚂蚁群就是通过个体之间的这种信息交换机制来彼此协作达到搜索食物的目的。
-ant colony algorithm
proposed by Colorni and Dorigo. The method is simulated by ants activity
- 2022-04-09 15:02:02下载
- 积分:1
-
图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。...
图像模式识别的各种算法及其编程实现,包括模板匹配分类器、几何分类器和神经网络分类器等,可用于手写数字的识别。-A variety of image pattern recognition algorithm and its programming, including template matching classifier, geometric classifier and neural network classifiers, etc., can be used for handwritten numeral recognition.
- 2022-08-19 15:39:13下载
- 积分:1
-
本系统是一个有关本体的专家知识库系统,目的是实现专家知识的语义查询、推理。...
本系统是一个有关本体的专家知识库系统,目的是实现专家知识的语义查询、推理。-This system is an expert on ontological knowledge base system, aimed at achieving the expert knowledge of the semantic query and reasoning.
- 2023-02-21 06:15: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
-
- 2023-03-08 03:25:03下载
- 积分:1
-
这是一个用matlab编制DE算法的源代码,希望大家喜欢!
这是一个用matlab编制的DE算法的源程序,希望大家喜欢!-This is a preparation using the Matlab DE algorithm source, hope you like them!
- 2022-09-06 23:50:03下载
- 积分:1
-
此编码是一个数据挖掘的决策树各种算法。以作为入门提示
此编码是一个数据挖掘的决策树各种算法。以作为入门提示-this code is a decision tree data mining algorithms. As a portal to suggest
- 2022-01-31 03:02:54下载
- 积分:1
-
基因算法(GA)
GA 是一种启发式的优化法 (heuristic optimization method), 它是通过既定的随机搜索进行操作.优化问题的可...
基因算法(GA)
GA 是一种启发式的优化法 (heuristic optimization method), 它是通过既定的随机搜索进行操作.优化问题的可能的解的集合被认为是 个体(individuals)组成的 人群(population). 一个个体对它的环境的适应程度由它的 健康度(fitness)表示. -genetic algorithm (GA) GA is a heuristic optimization method (heuristic optimi method. 5), which is established through a random search for the operation. Optimization of the solution may be considered a collection of individuals (individuals) of the crowd (pop ulation). It"s an individual adaptation to the environment by its Health (fitness).
- 2022-08-14 21:53:12下载
- 积分:1
-
given FIR filter design in C language program, according to the design requireme...
给出了FIR滤波器设计的C语言程序,可以根据设计要求,灵活地调整参数,得到需要的滤波器参数。-given FIR filter design in C language program, according to the design requirements, flexibility to adjust parameters and the filter parameters.
- 2023-03-12 16:45:04下载
- 积分:1
-
这是个java版的人工模拟股市。
这是个java版的人工模拟股市。-This is a java version of the artificial simulation of the stock market.
- 2022-03-25 07:20:55下载
- 积分:1