搜索资源列表
-
3下载:
贪婪随机自适应搜索法(GRASP),使用随机化的最小最小完成时间算法来产生问题的初始解,再通过变邻域下降算法来改进这个解。-Greedy randomized adaptive search method (GRASP), the minimum use of randomized algorithm to generate the minimum completion time of the initial solutions of the problem, and through the v
-
-
0下载:
Matlab Implementation of Greedy Randomized Search Algorithm
-
-
0下载:
遗传算法是模拟达尔文的遗传选择和自然淘汰的生物进化过程的计算模型。它的思想源于生物遗传学和适者生存的自然规律,是具有“生存+检测”的迭代过程的搜索算法。遗传算法以一种群体中的所有个体为对象,并利用随机化技术指导对一个被编码的参数空间进行高效搜索。-Genetic algorithm is simulated Darwinian natural selection of genetic selection and evolution process model. It' s thought
-
-
0下载:
数值随机化算法计算圆周率,面积法投点计算,利用matlab,绘出不同投点下的计算结果-Randomized algorithm to calculate the value of pi, cast-point calculation of area method, using matlab, plot points under different investment results
-
-
0下载:
1998年, Watts和Strogatz 提出了小世界网络这一概念,并建立了WS模型。 实证结果表明,大多数的真实网络都具有小世界特性(较小的最短路径) 和聚类特性(较大的聚类系数) 。
WS小世界模型构造算法
1、从规则图开始:考虑一个含有N个点的最近邻耦合网络,它们围成一个环,其中每个节点都与它左右相邻的各K/2节点相连,K是偶数。
2、随机化重连:以概率p随机地从新连接网络中的每个边,即将边的一个端点保持不变,而另一个端点取为网络中随机选择的一个节点。其中规定,任意两个不同的
-
-
0下载:
基于MATLAB开放的模拟退火算法实现程序,对于初学随机算法的人很有帮助-MATLAB-based simulated annealing algorithm . For learning randomized algorithms were very helpful! !
-
-
0下载:
传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算中
-
-
0下载:
MATLAB_yi_chuan_suan_fa
遗传算法(Genetic Algorithm)遗传算法是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。-MATLAB_yi_chuan_suan_fa genetic algorithm (Genetic Algorithm) is a kind of genetic algorithms learn from biological evolution law (survival of the fittest,
-
-
0下载:
遗传基因算法解病态矩阵,是一种借鉴生物界自然选择和进化机制发展起来的高度并行、随机、自适应搜索算法-Genetic algorithm solution, morbid matrix is a kind of reference for biological mechanism of natural selection and evolution of highly parallel, randomized, adaptive search algorithm
-
-
1下载:
遗传算法以一种群体中的所有个体为对象,并利用随机化技术指导对一个被编码的参数空间进行高效搜索。其中,选择、交叉和变异构成了遗传算法的遗传操作;参数编码、初始群体的设定、适应度函数的设计、遗传操作设计、控制参数设定五个要素组成了遗传算法的核心内容。(Genetic algorithm takes all individuals in a group as objects, and uses randomized technology to guide efficient search of a c
-