搜索资源列表
AdaptGA
- matlab 自适应遗传算法源程序,用到了G-S正交化分解,大家可以用QR分解做一下,应该会使程序更简单一点.-Matlab adaptive genetic algorithm source code, used in the G-S orthogonal decomposition. We can do something QR decomposition, the process would be simpler 1:00.
EGA
- 遗传算法的程序 遗传 算 法 (GeneticA lgorithm,G A)是一种大规模并行搜索优化算法,它模 拟了达尔文“适者生存”的进化规律和随机信息交换思想,仿效生物的遗传方式, 从随机生成的初始解群出发,开始搜索过程。解群中的个体称为染色体,它是一 串符号,可以是一个二进制字符串,也可以是十进制字符串或采用其他编码方式 形成的码串。对父代(当前代)群体进行交叉、变异等遗传操作后,根据个体的 适应度〔fitness)进行选择操作,适应度高的个体有较高的概率被选中并
Substituter.java
- 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a
MatlabSpiderToolbox
- Matlab人工智能学习包,由世界领先的德国马普所制作-The spider is intended to be a complete object orientated environment for machine learning in Matlab. Aside from easy use of base learning algorithms, algorithms can be plugged together and can be compared with, e.g model
pso-svm
- 这是一个用pso优化SVM中的惩罚参数C和核参数g的MATLAB源码,简单易学-This is an optimization of SVM with the pso in the penalty parameter C and kernel parameter g of the MATLAB source code, easy to learn
GA_fitting
- 此代码是本人写的用遗传算法拟合MIMO系统TF模型参数,通过例子说明算法的有效性。-This code is written, I fit MIMO systems using genetic algorithms TF model parameters, through the examples of the algorithm.
LDPC
- 这是关于LDPC信道编码模块设计的程序 打开源程序,先运行gengrate_h.m程序,陆续将码长设置为756bit,列重设置为3,行重设置为9。在Workspace中同时将H、A、B、C、D、E、Hget、Fget、g、Tget这是个变量选择另存为encode_in.mat 格式。再运行main_encode.m进行编码,主程序运行后,在当前目录下,自动生成编码结果文件“encode—out.mat”,这将作为下一次扩频调制仿真实验的的输入信号。最后分别查看Workspace中的变量s
masters_thesis_code.tar
- Michael G. Ross (mgross@ai.mit.edu) MIT Artificial Intelligence Lab October 3, 2-The Segmentation.cc file originally contained a quickSort function taken from the book Numerical Recipes in C. Recently I became aware that the NRC authors prohi
Auto-program-of-robots
- 基于G代码的工业机器人的自动编程,关于G代码的实现-Automatic programming of industrial robots based on the G-code
BPNETWORK
- 本代码实现了BP神经网络,仿真了整个神经网络的训练过程,是一个高效实用的代码值得下载实用。-允许输入拉丁字符的拼音请键入文字或网站地址,或者上传文档。 取消 Běn dàimǎ shíxiànle BP shénjīng wǎngluò, fǎngzhēnle zhěnggè shénjīng wǎngluò de xùnliàn guòchéng, shì yīgè gāoxiào shíyòng de dàimǎ zhídé xiàzài shíyòng.英语中文(简体)日语Alph
simmg1
- 基于Matlab平台的排队论中M/G/1模型的实现 源代码-Matlab platform based on queuing theory in M/G/1 model realization source code
SA
- 模拟退火算法的代码以及使用模拟退火法寻优SVM中的参数c和g(The code of simulated annealing algorithm and the use of simulated annealing to optimize the parameters c and G in SVM)