搜索资源列表
Geneticalgo_MAX
- 该程序利用遗传算法求Rosenbrock函数的极大值。该算法主要包括确定决策变量、建立优化模型、确定编码方法、确定解码方法、确定个体评价方法、设计遗传算子、确定遗传算法的运行参数等七个步骤。-the procedures for the use of genetic algorithms Rosenbrock function of great value. The algorithm including the identification of the main decision varia
gadecod
- 转载得有关利用遗传算法优化bp神经网络得源程序中得有关解码函数编写-reproduced in the use of genetic algorithm optimization bp neural network in the source decoder functions in the preparation
Bpnetware3
- 用遗传算法优化BP神经网络的Matlab编程编解码函数
hmm.zip
- 隐马尔可夫链模型和例程(包括前向、后向算法、Viterbi解码以及为了减少概率数值计算误差编写的对数运算程序),Introduction to Hiden Markov Model and Example Codes
Genetic
- 遗传算法中,初始化,编码,解码,选择,交叉,变异,倒位的源程序-Genetic algorithms, initialization, encoding, decoding, selection, crossover, mutation, inversion of the source code
gademo
- 遗传算法在使用时需要进行解码,此为解码的源代码-Requires the use of genetic algorithms to decode the source code for the decoding
gatbx
- 遗传算法工具箱 将该工具箱拷贝至: E:\matlab program\toolbox\gads 然后便可以在程序中直接使用函数如: mut 变异函数,可以实数变异,即扰动变异 BS2RV 解码函数,可以二进制(包括格雷码)转换为实值-Genetic algorithm toolbox to the toolbox copy: E: \ matlab program \ toolbox \ gads then can be used directly in the progr
Genetic-Algorithm
- 遗传算法是从代表问题可能潜在的解集的一个种群开始的,而一个种群则由经过基因编码的一定数目的个体组成。每个个体实际上是染色体带有特征的实体。染色体作为遗传物质的主要载体,即多个基因的集合,其内部表现(即基因型)是某种基因组合,它决定了个体的形状的外部表现,如黑头发的特征是由染色体中控制这一特征的某种基因组合决定的。因此,在一开始需要实现从表现型到基因型的映射即编码工作。由于仿照基因编码的工作很复杂,我们往往进行简化,如二进制编码,初代种群产生之后,按照适者生存和优胜劣汰的原理,逐代演化产生出越来
yichuansuanfa_chengxu
- 完整的遗传算法,包括编码,解码,选择复制,交叉,变异,调试通过,效果还不错!-Complete genetic algorithm, including encoding, decoding, select Copy, crossover and mutation, debugging, results were pretty good!
LDPC
- CMMB中的LDPC编码及解码功能的实现,解码算法为BP算法。-CMMB in the LDPC encoding and decoding implementations, decoding algorithm is BP algorithm.
GA
- 用以解决作业车间调度问题的传统遗传算法,不包括编码和解码程序-GA for Job Shop
GA
- 遗传算法源码,按照适者生存和优胜劣汰的原理,逐代(generation)演化产生出越来越好的近似解,在每一代,根据问题域中个体的适应度(fitness)大小选择(selection)个体,并借助于自然遗传学的遗传算子(genetic operators)进行组合交叉(crossover)和变异(mutation),产生出代表新的解集的种群。这个过程将导致种群像自然进化一样的后生代种群比前代更加适应于环境,末代种群中的最优个体经过解码(decoding),可以作为问题近似最优解。-Genetic
matlab-genetic-algorithm
- 利用matlab实现遗传算法的编码、选择、变异、解码,用于函数寻优-A genetic algorithm using matlab coding, selection, mutation, decoding, for function optimization
nlu_project
- 采用机器学习的方法进行自然语言处理,对中文进行分词和词性标注。分词采用crf模型,词性标注用hmm模型,解码算法为Vertibi算法。本系统使用java语言编写-Using machine learning methods for natural language processing, carried out on the Chinese word segmentation and POS tagging. Segmentation using crf model, tagging with
NicheSGA_3
- 小生境遗传算法主程序,包括小生境子程序和解码及求适应度程序.-Niche Genetic Algorithm main program, subroutines and decoding, including niche and find fitness programs.
uhmm
- C++ 下隐马尔科夫的经典实现,涉及学习算法,解码算法等,特别是对于初学者而言-Matlab HMM classic application, very straightforward, simple to understand, it s worth downloading
matlab
- 基于遗传算法的物流配送方式选择,有遗传算法的解码,遗传,淘汰,和最终最优解-Logistics distribution mode selection based on genetic algorithm
kelongxuanze
- 本程序为免疫算法在克隆选择中的应用,其中注释非常详细。包含主函数 初始化函数 解码函数 克隆函数 变异函数。-This procedure for the application of immune algorithm in the clonal selection, the comments are very detailed. Contains the main function to initialize the decoding function cloning function var
ku223
- 基于chebyshev的水声信号分析,ldpc码的编解码实现,MinkowskiMethod算法 。- Based chebyshev underwater acoustic signal analysis, Codec ldpc code implementation MinkowskiMethod algorithm.
byjxfinjl
- AC3解码的源代码,供正在开发AC3算法的朋友参考,()