搜索资源列表
CSA
- 该算法为基于克隆选择原理的人工免疫算法。算法有三部分,第一部分为传统的遗传算法,第二部分CSA算法,两方法对一些函数求极值,可比较各自的特点。-based on the algorithm for clonal selection theory of artificial immune algorithm. Algorithms have three parts, the first part of the traditional ge
kelongxuanze
- 二进制代码克隆选择算法的c原程序代码,应该比较好用。谢谢支持。-binary code clonal selection algorithm c original program code should be more user friendly. Thank you support.
tspwentidekelongsuanfa
- 基于tsp问题的简单克隆选择算法,应该比较好用,谢谢支持!-tsp based on the simple question of clonal selection algorithm, it should be more convenient, thank you support!
Programme
- 这是用vc++编写的克隆选择算法的源程序,可用于模式识别。-This is used vc++ Prepared source of clonal selection algorithm can be used for pattern recognition.
QuantumClonalEvolutionaryAlgorithms
- 本文在量子进化算法的基础上结合基于克隆选择学说的克隆算子,提出了改进的进化算法———量子克 隆进化策略算法(QCES) . 它既借鉴了量子进化算法的高效并行性又利用克隆算子来代替其中的变异和选择操作,以 增加种群的多样性,避免了早熟,且收敛速度快. 本文不仅从理论上证明了该算法的收敛,而且通过仿真实验表明了此 算法的优越性.-In this paper, quantum evolutionary algorithm bas
artificalimmune
- 用MATLAB人工免疫系统的克隆选择自适应原理功能的仿真实现,-Artificial Immune System using MATLAB
ImmuneAlgorithm_C
- 基于C语言人工免疫源程序,包括二进制编码的简单遗传算法源程序,二进制编码的简单克隆选择算法源程序-Artificial Immune-based C language source code, including a simple binary-coded genetic algorithm source code, binary-coded clonal selection algorithm simple source
colon_imunity
- 克隆选择的免疫算法,结合克隆选择原理,提出克隆算子-Immune clonal selection algorithm, combined with clonal selection theory, proposed by cloning Operator
1
- 关于人工免疫系统,克隆选择,免疫记忆的最新文献。并行人工免疫系统的塔式主从模型(Towerlike Master-Slave Model,TMSM),和基于TMSM的并行免疫记忆克隆选择算法-On artificial immune systems, clonal selection, immune memory, the latest literature. Parallel artificial immune system towe
CSA
- 该算法为基于克隆选择原理的人工免疫算法。CSA算法对一些函数求极值,可比较各自的特点。-The algorithm based on clonal selection principle of artificial immune algorithm. CSA algorithm for some function extremum, comparable respective characteristics.
edrk
- 主要包括免疫识别、免疫学习、免疫 记忆、克隆选择、个体多样性、分布式和自适应等,-It is the real engineering app licat ion s that draw the b road at ten2 t ion of compu ter scien t ist s to recogn ize the great po ten t ial of A IS, hereby som e impo rtan t
csa
- 给予函数优化的克隆选择算法,只是一个 算法函数 但是 很好,改改 就可以用了-Given function of the clonal selection algorithm optimization, algorithm is a very good function, however, can be changed on the
mianyi
- 免疫算法中的克隆选择算法,运用该算法能够进行故障诊断。运行之后效果较好。-Immune algorithm in the clone selection algorithm, using the algorithm capable of fault diagnosis. Running after the effect is good.
a-classicedition-of-clonal-selection-algorithm
- 克隆选择算法(clonal selection algorithm)的一种经典版本代码,使用起来效果不错,就不用自己编写了,jack编写的-a classic edition of clonal selection algorithm
bbbb
- 摘 要:提出一种新的基于Pareto多目标进化免疫算法(PMEIA)。算法在每一代进化群体中选取最优非支配抗体保存到记忆细胞文档中 同时引入Parzen窗估计法计算记忆细胞的熵值,根据熵值对记忆细胞文档进行动更新,使算法向着理想Pareto最优边界搜索。此外,算法基于点在目标空间分况进行克隆选择,有利于得到分布较广的Pareto最优边界,且加快了收敛速度。与已有算法相比, PMEIA在收敛性、多样性,以及解的分布性方面都得到很好的提高。
colonalselection
- C++代码下实现的一种人工免疫算法,克隆选择算法,在本程序中实现模式识别的功能,另外可以用于实现函数最优化,最值检测分析等功能,算法可以进一步改进和移植到其他的相关模式识别领域-pattern recognition with colonal selection algorithm
AIA2
- 人工免疫克隆选择算法是一种比较新型的智能算法,其基本算法结构与遗传算法是类似的,以下源码是为网络节点分组调度问题而设计的算法。-Artificial immune clonal selection algorithm is a relatively new type of intelligent algorithms, the basic algorithm structure and the genetic algorithm is
CLONOLGbinarycode
- 本人自己毕设实现的一个克隆选择算法的最优化程序,二进制的编码实现,其中已经有几个函数内嵌,可以观测到最优值和很好的效果,毕设做的辛苦的-I have set themselves to achieve a complete clone selection algorithm optimization process, the binary coding to achieve, which already has several func
ICA
- 利用免疫系统的克隆选择机制,结合粒群优化算法的进化方程。算法的主要特点是利用免疫处理操作,提高种群的多样性,利用进化方程提高收敛速度。-Immune Clonal Algorithm
cloneselect_VC
- 基本的克隆选择算法用vc进行实现,可直接使用-cloneselect