搜索资源列表
遗传算法c++程序
- 首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corresponding solution to the probl
廖
- 基于java实现的遗传算法 神经网络 实数编码 交叉 选择 变异-achieve genetic neural network algorithm is coded cross-choice variant
改进遗传算法-郭涛算法做最优化问题很管用
- 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产生比这跟好的数。-improved genetic algo
NEA
- 针对现有遗传算法在多维非线性优选方面的不足,本文提出了一种基于小生境进化算法(NEA)的非线性优选模型,探讨了NEA算法的参数选择原则。通过大量仿真和比较,表明算法在复杂非线性优选中具有快速、高效、鲁棒性强的特点,并能在全局范围内有效搜索所有最优解。 -against existing genetic algorithms in three-dimensional nonlinear optimization for the shortage, the paper presents a ni
股票选择的遗传算法
- 股票选择的遗传算法-stock options Genetic Algorithm
ComputationalMethodsofFeatureS
- 一本关于模式识别中的特征选择的计算方法和模型的文集,比较实用。,A book on the various feature selection methods and models in pattern recognition. Very useful.
1
- 关于人工免疫系统,克隆选择,免疫记忆的最新文献。并行人工免疫系统的塔式主从模型(Towerlike Master-Slave Model,TMSM),和基于TMSM的并行免疫记忆克隆选择算法-On artificial immune systems, clonal selection, immune memory, the latest literature. Parallel artificial immune system tower master-slave model (Towerlik
tezhengxuanzhe
- 利用最小互信息实现向量的特征选择,优化分类器的设计,原创-The use of mutual information to achieve the smallest feature selection vectors, optimizing the classifier design, originality
CSA
- 该算法为基于克隆选择原理的人工免疫算法。CSA算法对一些函数求极值,可比较各自的特点。-The algorithm based on clonal selection principle of artificial immune algorithm. CSA algorithm for some function extremum, comparable respective characteristics.
klh
- 阐述了人工免疫系统的基本概念"讨论了几种典型的算法"包括基于免疫系统基本机制的免疫算法$基于免疫 特异性的否定选择算法-&--F)@+2G*F*E3 J)F*F*4J3 F,/+I+2G KF@4/5+00123 545*30!&’(.&)*+,+-+./’00123(45*30$+5 J)FJF53@$L.53@ F2*E3 0.+2,12-*+F2 F,+00123 545*30!*E3*4J+-././GF)+*E05.)3@35-)+K3@!51-E.5+00123./GF)+*
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 app li2 cat ion f ields as
SVM
- 基于改进SVM的特征选择,可以帮助大家认识SVM-To improve the SVM-based feature selection can help you understand the SVM
csa
- 给予函数优化的克隆选择算法,只是一个 算法函数 但是 很好,改改 就可以用了-Given function of the clonal selection algorithm optimization, algorithm is a very good function, however, can be changed on the
ColorSelectSpace
- 一个非常玄的选择颜色的例子,颜色选择通过三维立体显示,不可多得-A very mysterious example of the choice of color, color selection by three-dimensional stereoscopic display, a rare
AIA2
- 人工免疫克隆选择算法是一种比较新型的智能算法,其基本算法结构与遗传算法是类似的,以下源码是为网络节点分组调度问题而设计的算法。-Artificial immune clonal selection algorithm is a relatively new type of intelligent algorithms, the basic algorithm structure and the genetic algorithm is similar to, the following sour
CLONOLGbinarycode
- 本人自己毕设实现的一个克隆选择算法的最优化程序,二进制的编码实现,其中已经有几个函数内嵌,可以观测到最优值和很好的效果,毕设做的辛苦的-I have set themselves to achieve a complete clone selection algorithm optimization process, the binary coding to achieve, which already has several functions built-in, you can observ
ICA
- 利用免疫系统的克隆选择机制,结合粒群优化算法的进化方程。算法的主要特点是利用免疫处理操作,提高种群的多样性,利用进化方程提高收敛速度。-Immune Clonal Algorithm
cloneselect_VC
- 基本的克隆选择算法用vc进行实现,可直接使用-cloneselect
遗传算法选择算子
- 有关于遗传算法中一些经典选择算子的MATLAB实现(Some Realizations of Classical Selection Operators in Genetic Algorithms)
optimized genetic model
- 优化后的克隆选择算法的MATLAB编码,希望能帮助到您,谢谢(Optimized clone selection algorithm of MATLAB coding)