搜索资源列表
ga_tsp530
- ga 基因算法解决tsp530问题. 国外的代码,质量比较高-ga tsp530 genetic algorithm to solve the problem. Foreign code, higher quality
OpticalNetwork
- 基因算法用Visual C++实现的详细代码
文化算法
- 文化算法的简介及Matlab代码 算法说明:文化算法是基于人类社会进化原理的算法,他可以利用领域的先验知识以及在进化过程中获得的知识来指导搜索过程。文化能使种群以一定的速度进化和适应环境,而这个速度是超越单纯依靠基因遗传生物进化速度的。
ga_tsp530
- ga 基因算法解决tsp530问题. 国外的代码,质量比较高-ga tsp530 genetic algorithm to solve the problem. Foreign code, higher quality
OpticalNetwork
- 基因算法用Visual C++实现的详细代码-Genetic algorithm using Visual C++ Realize the detailed code
jiyinsuanfaVC
- 基因算法的VC++实现,代码风格良好,注释清楚,是学习用的好材料。-Genetic algorithm to achieve the VC++, code style, well, comments clear, is to learn to use good materials.
mrbayes-3.1.2
- 贝叶斯分类代码,过滤算法,对基因序列执行-Bayesian classification code, filtering algorithm
KNN_imputer
- 基因数据的缺失值预测,主流KNN算法的代码包-Missing values to predict the genetic data, Mainstream KNN algorithm code package
artificial-immune-algorithm
- 智能优化算法程序代码集锦 包括:智能优化算法程序代码集锦 - 本文汇集 基因算法,差分进化算法,粒子群算法,蚂蚁克隆算法,上帝算法,人工免疫克隆算法,免疫粒子群算法的代码。-artificial immune algorithm
code-for-memetic-
- 文化基因算法伪代码,是遗传算法与其他局部搜索方法的结合-Cultural and genetic algorithm pseudo-code is a combination of genetic algorithms and other local search methods
SGA_DEMO
- 基于C语言编写,利用Rosenbrock二维方程实现对简单遗传算法和进化策略的模拟,基因组长度2等位基因,群体大小100,进化概率0.001-0.02,为保持代码易读性,设定为只支持固定数量后代。-Based on C, use Rosenbrock 2D function to implement SGA and ES, genome length is 2 alleles, group size 100, mutation set
4editioncode
- 非线性系统第四版书中代码。混沌,分形,元胞自动机,遗传算法,基因表达式编程,支持向量机,小波,隐马尔可夫模型,模糊逻辑与C++、JAVA和SymbolicC++程序》-The fourth edition of the book code for nonlinear systems
genetic-algorithm
- 遗传算法从代表问题可能潜在的解集的一个种群开始的,而一个种群则由经过基因编码的一定数目的个体组成。本代码以旅行商问题为例,详细介绍遗传算法的使用方法。-A genetic algorithm the representation of the solution set of potentially the beginning, but after a certain number of the population the gene
decode
- 基因表达式编程算法中,对于染色体进行解码的代码-Gene expression programming algorithm for decoding the chromosome code
matlab111
- 遗传算法又叫基因进化算法,或进化算法。属于启发式搜索算法一种,这个算法比较有趣,并且弄明白后很简单,写个100-200行代码就可以实现。在某些场合下简单有效。本文就花一些篇幅,尽量白话方式讲解一下。(GA simple genetic algorithm;basic genetic algorithm;traditional genetic algorithm)
952669
- 基因算法用Visual C++实现的详细代码()
基因遗传算法MATLAB代码 -
- 通过分析此MATLAB编程,使用者可以对基因遗传算法有个较深刻的认识,对基因遗传算法感兴趣的建议可以读一下。(Learning Genetic Algorithm with the help of MaATLAB)
基因算法代码
- 通过分析此matlab程序语言,使用者会对基因遗传算法有一个较深刻的认识,特别适合对基因遗传算法感兴趣的人群。(Learning the Genetic Algorithm with the help of MATLAB)
vehtgcal
- 基因算法用Visual C++实现的详细代码()
genericalgorithm2496
- 用c语言编写的一个简单的基因表达式编程的算法代码(A simple gene expression programming algorithm code written in C language.)