搜索资源列表
genetic_in_matlab
- 3d-fdtd算法的遗传基因算法matlab模拟 3d-fdtd算法的遗传基因算法matlab模拟-3d - fdtd genetic algorithm simulation algorithm Matlab 3d - fdtd Genetic Algorithm Genetic Algorithm Matlab simulation
nash
- 一个求解纳什交换的均衡问题的例程,运用了类似基因表示的做法,需要的请自行下载-Nash for a balanced exchange of the routines that use a similar approach expressed by the gene, Requests need to download
polya_svm_1.0
- 很好的基于支持向量机的MATLAB程序,里面包含有算例及改进算法,以及已经处理好的基于支持向量机的基因数据!-good based on support vector machines MATLAB program, which contains examples and improved algorithm and have a good handle on support vector machines genetic data!
fisher
- 基于Fisher线性判别的基因分类器的matlab源码
chap12
- 基因演算法,利用C語言來實現,以求得最佳解,可以套用在MABLAT
GA_find_peaks_max
- 基因演算法,学习速成,matlab,求解peaks的最大值
genedetect
- 这是测定基因序列的matlab程序,测定1/3周期点的峰值
demo
- 内涵免疫克隆算法,基因算法,免疫网络算法的matlab源码
基因演算法最佳化
- 可利用基因演算法來找出函式的最大或最小解
sga
- 基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the basic coding to the actual value
jiyin
- 在MATLAB环境中检测语音基因周期的源代码-In the MATLAB environment, gene-cycle detection of speech source code
GAmain
- 该算法主要是基因遗传优化算法,非常实用,能有效解决权值确定。-The algorithm is mainly genetic optimization algorithm is very practical, can effectively solve the right to determine the value.
featureselection
- 基因算法实现的特征提取,实现平台是matlab-feature selection with genetic algorithm
3dfdtd
- 3d-fdtd算法的遗传基因算法matlab模拟-3d-fdtd genetic algorithm matlab simulation algorithm
chelianglujing
- 下面的源代码是解决车辆路径问题的。谈一点经验性的东西,就是在进行染色体交叉时,一定要注意基因结构的问题。-The following source code to solve the vehicle routing problem. Things to talk about one empirical, that is, during the cross-chromosome, we have to pay attention to the problem of gene structure.
lltsa
- 流形学习算法LTSA的线性化方法,在基因分类聚类中得到了应用,可以将新样本线性地投射到低维空间。-LTSA manifold learning algorithm of the linearization method, clustering in gene classification has been applied to new samples can be projected onto the linear and low-dimensional space.
GA_oneobject
- 基因遗传算法中的一元函数的优化举例,供广大初学之人黏贴使用-Genetic algorithm optimization of unary function example, for the majority of beginners person adhesive used
mathlab
- 急性白血病的基因表达谱分析与亚型分类特征的鉴别-Analysis of gene expression in acute leukemia subtype classification and identification of characteristics
genetic
- 基因算法求f(x)最小值 s.t. l <= x <= u-Gene Algorithm for Finding f (x) the minimum st l < = x < = u
genetic
- 这个是基因遗传算法的程序,可以参考一下。