搜索资源列表
遗传算法(C++)实现
- c++实现的遗传算法,注释清楚,是初学者入门的必备利器;
c++实现的遗传算法
- c++实现的遗传算法,可以供大家参考!
遗传算法——理论、应用与软件实现
- 遗传算法——理论、应用与软件实现
自适应并行遗传算法实现有源滤波器的设计
- 摘 要:提出一种改进的自适应并行遗传算法,通过设计自适应算子自动调节交叉和变异概率,采用基于岛屿交换模型实现多种群间信息交换,提高了种群的多样性和健壮性.将该方法用于滤波器的参数优化设计,给出4阶切比雪夫低通滤波器的设计结果,比较各种算法的性能,证明该算法收敛速度快,精度高,有效地克服了早熟现象.
遗传算法实现车间工件生产的优化排序
- 该程序是基于遗传算法编写的,用于解决车间生产工件的优化排序问题。
基于遗传算法的TSP问题的解决
- 基于遗传算法的TSP问题的matlab实现
遗传算法
- 遗传算法在matlab中的实现-genetic algorithm in the realization of Matlab
遗传算法在MATLAB环境中的实现
- 遗传算法在MATLAB环境中的实现.rar-genetic algorithm in MATLAB environment is achieved. Rar
遗传算法和模拟退火算法相结合的并行实现
- 遗传算法和模拟退火算法相结合的并行实现-genetic algorithms and simulated annealing algorithm combining the parallel implementation
用遗传算法解迷宫问题的实现与改进
- 用遗传算法解迷宫问题的实现与改进-genetic algorithm maze of achievement and improvement
遗传算法理论应用及软件实现主程序
- 遗传算法理论应用及软件实现主程序-genetic algorithm theory, application software and the main program
GA遗传算法——理论、应用与软件实现中的源代码
- GA遗传算法——理论、应用与软件实现中的源代码-GA GA-- Theory, Application and Implementation of the software source code
柔性加工车间遗传算法调度C++
- 这是一个柔性加工车间的优化调度的遗传算法,算法应用矩阵编码的方式,实现优化求解,欢迎与作者联系其他算法linxk333@yahoo.com.cn-This is a flexible processing workshops optimal scheduling of the genetic algorithm, the algorithm application matrix coding modes to achieve optim
TSP遗传算法程序
- 基于遗传算法的TSP实现,包含仿真出的图像路线图-based on genetic algorithm to achieve the TSP, including simulation of the road map images
遗传算法
- MATLAB实现遗传算法用于求解无约束问题的最优解。(Use genetic algorithm to solve the optimal solution)
用MATLAB实现遗传算法程序.pdf
- 遗传算法的基本步骤如下: 1)在一定编码方案下,随机产生一个初始种群; 2)用相应的解码方法,将编码后的个体转换成问 题空间的决策变量,并求得个体的适应值; 3)按照个体适应值的大小,从种群中选出适应值 较大的一些个体构成交配池; 4)由交叉和变异这两个遗传算子对交配池中的 个体进行操作,并形成新一代的种群; 5)反复执行步骤2-4,直至满足收敛判据为止。(The basic steps of the genetic a
用MATLAB实现遗传算法程序
- 数值智能算法:用MATLAB实现遗传算法(Using MATLAB to implement genetic algorithm)
用MATLAB实现遗传算法程序
- 收录了大多数遗传算法,可以用matlab实现(contain genetic algorithm can be run on matlab)
用MATLAB实现遗传算法程序
- 遗传算法程序,内有相关ppt与例子讲解及源代码(tool of genetic algorithm)
遗传算法Matlab程序
- 量子遗传算法的matlab程序实现,用此程序可实现遗传算法(Quantum genetic algorithm)