搜索资源列表
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
gademo
- 遗传算法在使用时需要进行解码,此为解码的源代码-Requires the use of genetic algorithms to decode the source code for the decoding
IntroductiononFactorGraphs
- 因子图的介绍,属于最新的图形应用,很长有用的。用于译码以及一些神经网络之类。-Factor graph presentation, is the latest graphics applications, a very long useful. And some neural network for decoding and the like.
quicknet
- quicknet工具用于神经网络的训练以及解码,内含atlas优化,运算速度较快。-For neural network training and decoding, containing atlas optimization, computation faster.
MIMO-IN-WIRELESS-COMMUNICATIONS-
- 本文基于MIMO检测中性能和复杂度的矛盾,结合具体的MIMO 检测技术进行深入研究,致力于提供能有效缓解性能和复杂度矛盾冲 突的技术方案。论文首先介绍MIMO系统的基本模型,随后针对球 译码(Sphere Decoding)检测及其相关技术、搜索空间预定义检测器 (Search Space Predetermined Detector,SSPD)算法、并行计算对检 测算法的加速作用以及自动重传机制(Automatic Retransmission reQuest,ARQ)
encode-and-decode-of-shop-job
- 用于车间调度的编码和解码。 encode函数用于生成M*N的编码数组。M为机器数,N为工件数。 Jm数组的行,表示对应工件在不同机器上的加工顺序。数组内容为机器号。 T数组为加工时间数组。第M行第N列,表示第N号工件在第M号机器上的加工时间。 程序采用先判断对应机器上是否有空间满足插空标准,处理后,再判断是否产生新的空间。 decode解码函数最终需要求得,在M个机器中,所用的最长时间,也就是最大完成时间,作为解码的结果。-For shop scheduling encodi
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
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
