搜索资源列表
简单遗传算法与人工智能
- 实现了遗传算法的功能,采用java实现,只需要简单的设置文件就可以运行。(java)-a genetic algorithm to achieve the function, using java realized, requires only a simple configuration files on the run. (Java)
SGA2.0
- 遗传算法 2.0版本 非常有效的进化搜索算法 实现简单
ga
- 本次上传的m文件是关于遗传算法中的一种简单方法,对遗传算法进行初步编程实现。-From this the m file is in the genetic algorithm on a simple method of genetic algorithm initial programming.
Ball
- 这段程序是实现遗传算法的一个例子!你可以从他看出一处算法是多么简单!-The realization of this procedure is an example of genetic algorithm! You can see from how an algorithm is simple!
GA__MATLAB
- 探讨了在 Mh T I AB环境中实现遗传算法仿真 的方法 , 并 以一个 简单的求函数最值的问 题作为遗传算法的应用实铡, 说明遗传算法的全局寻优性及用 M AI I AB实现仿真的可行性。-A me f l ~dt o r e Aa z e g e me f i e t I 皿 i n MKI I AB i s d ~- u s s e d.A ha e t i o ~o p t h r f i z a f i o n p r o b l e m i s p r e
SGA_C
- 基本遗传算法的实现,包括简单的交叉,变异操作-Basic genetic algorithm, including the simple crossover and mutation operators
matlabTSP
- matlab实现的TSP遗传算法 简单易懂-matlab ralision the TSP based on GA
BAdapGAAa
- 基本遗传算法,可以通过简单的调调用即可实现最大值和最小值等函数 -Basic genetic algorithm, maximum and minimum values can be realized by simple call to the tune function
PPR
- 有关投影寻踪回归的matlab编程,其中运用了遗传算法对其参数进行优化,实现起来比较简单-The projection pursuit regression matlab programming, including the use of a genetic algorithm to optimize its parameters, simple realization
matlab
- 三个遗传算法matlab程序实例,通过对三种典型的遗传算法进行代码实现,可以简单明了的认识遗传算法-Three genetic algorithm living example of matlab code
ZBGA
- 遗传算法的简单应用,用于实现求解0-32之间的最大值-Simple application of genetic algorithms for solving 0-32 to achieve the maximum between
MATLAB
- 简要阐述了遗传算法的基本原理,探讨了在MATLAB 环境中实现遗传算法各算子的编程方法, 并以一个简单的实例说明所编程序在函数全局寻优中的应用。-Briefly describes the basic principles of genetic algorithms discussed in the MATLAB environment to achieve each operator genetic algorithm programming methods, and a simple e
2
- 遗传算法的C语言简单实现,遗传算法的C语言简单实现 -Simple genetic algorithm implemented in C language
Csga
- 用c语言运用简单的二进制编码实现遗传算法-In c language using a simple binary coded genetic algorithm
DE
- 差分进化算法是遗传算法的一种,该段代码实现该算法功能,简单易懂-Differential evolution algorithm is a genetic algorithm, the function of the code implementing the algorithm is simple and easy to understand
GA
- 用遗传算法实现的简单自动排课,基本实现了自动排课,能够正常运行-Automatic Timetable simple genetic algorithm, the basic realization of the automatic Timetable, to run properly
GeneticAlgorithm
- 遗传算法的实现 简单MFC实现了 直观的遗传算法 内有详细注释-Genetic Algorithm
GeneticAlgorithm
- 基于matlab的遗传算法的一个简单实现,求解函数最大值。-A Genetic Algorithm programmed by matlab to calculte the max value of a function.
GA
- 简单的遗传算法,python实现 以函数优化问题作为背景,对GA的实现过程进行探讨。大部分函数优化问题都可以写成求最大值或者最小值的形式,为了不是一般性,我们可以将所有求最优值的情况都转换成求最大值的形式,例如,求函数f(x)的最大值,-GA pytho
yichuanpipei
- 利用遗传算法实现字符串匹配,体现遗产算法各程序使用的简单实例,有助于初学者学习。(String matching using genetic algorithm)