搜索资源列表
colon_imunity
- 克隆选择的免疫算法,结合克隆选择原理,提出克隆算子-Immune clonal selection algorithm, combined with clonal selection theory, proposed by cloning Operator
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
immune-algorithm
- 人工免疫算法,采用信息熵计算抗体多样性,亲和力成熟通过克隆选择、细胞超变异来实现-Artificial immune algorithm, using information entropy calculated antibody diversity, affinity maturation through clonal selection, cell variant to achieve ultra-
CA
- 一个克隆选择算法的应用例子,可以帮助理解该种算法的性能及特点-A clonal selection algorithm application examples that can help to understand the performance and characteristics of the algorithm
csa
- 免疫克隆选择算法需求函数的最优解程序-Immune clonal selection algorithm demand function of optimal solution program
TSP
- 免疫克隆选择算法打求解ts问题 可直接运行 功能强大-Immune clonal selection algorithm fight solving ts problems can be directly run powerful
optimized-genetic-model
- 改进的克隆选择算法求函数的极值 操作:高频变异、编辑、选择 多峰值函数优化,求函数的极值-Clonal selection algorithm for improved function extremum
CSA
- 实现简单的克隆选择算法,进行基本的群体智能优化,求取最优值及最优解-Clonal selection algorithm is simple, basic swarm intelligence optimization, obtaining optimal value and optimal solution
POS_mod
- 改进的粒子群算法(PSO)MATLAB源程序m文件,在粒子群算法中引入克隆、选择算子寻求最优解。在同一粒子周围使用克隆选择算子进行多个方向的全局和局部搜索,促使种群中粒子快速进化,较快的得到局部最优和全局最优的位置-Improved particle swarm optimization algorithm (PSO) MATLAB source M files, in the particle swarm optimization algorithm to clone, the operat
beiBao01
- 免疫克隆解决01背包问题,将免疫概念及其理论应用于遗传算法,在保留原算法优良特性的前提下,力图有选择、有目的地利用待求问题中的一些特征信息或知识来抑制其优化过程中出现的退化现象,这种算法称为免疫算法(Immune Algorithm) IA。人工免疫算法是一种具有生成+检测 (generate and test)的迭代过程的群智能搜索算法。从理论上分析,迭代过程中,在保留上一代最佳个体的前提下,免疫算法是全局收敛的。(Immune clone solves 01 knapsack problem