CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二进制 遗传 算法

搜索资源列表

  1. 遗传算法matlab

    1下载:
  2. matlab编写的遗传算法,采用二进制编码,有说明文档。-Matlab prepared by the genetic algorithm, using the binary coding, documentation.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:106272
    • 提供者:张露
  1. 用matlab编写的二进制的遗传算法程序

    0下载:
  2. 用matlab编写的二进制的遗传算法程序.rar-using Matlab binary prepared by the genetic algorithm. Rar
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6321
    • 提供者:www
  1. 二进制遗传算法Fortran

    1下载:
  2. 这是一个Fortran77编写的标准遗传算法,采用了二进制编码方式,小生境技术等,含有源代码,设置参数比较多,但是解释的比较详细。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. 二进制编码连续函数遗传算法

    0下载:
  2. 二进制编码连续函数遗传算法
  3. 所属分类:源码下载

  1. 11111

    0下载:
  2. 二进制编码的简单遗传算法源程序,很完整,适合初学者学习。-A simple binary encoding genetic algorithm source code, is very complete, suitable for beginners to learn.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:117550
    • 提供者:王玉勤
  1. chap5_2

    0下载:
  2. 利用二进制编码和实数编码遗传算法求函数极大值仿真程序-The use of binary encoding and real-coded genetic algorithm for maximum function simulation program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1154
    • 提供者: huangyinrong
  1. MATLAByichuansunfa

    1下载:
  2. MATLAB遗传算法工具箱函数及应用实例,:基于Matlab语言的遗传算法工具箱支持二进制和浮点数编码方式,并且提供了多种选择、交叉、变异的方法。 通过具体实例对Matlab的遗传算法工具箱的用法进行了说明介绍。 -MATLAB genetic algorithm toolbox function and application example: Based on the Matlab language genetic algorithm toolbox and floating p
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-23
    • 文件大小:199251
    • 提供者:李扬宇
  1. PID

    2下载:
  2. 基于二进制编码遗传算法的PID整定的仿真程序-Binary-coded genetic algorithm based on the PID tuning the simulation program
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2215
    • 提供者:华晓
  1. daima

    0下载:
  2. 遗传算法程序: 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Procedure genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3450
    • 提供者:
  1. genetic_algorithm_matlab

    0下载:
  2. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6432
    • 提供者:赵彦
  1. PID-GAs

    1下载:
  2. 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
  3. 所属分类:Other systems

    • 发布日期:2017-03-27
    • 文件大小:1846
    • 提供者:qiqi
  1. ga1

    0下载:
  2. 遗传算法程序说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption of the procedures for genetic algorithms: fga.m main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-line
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3485
    • 提供者:hexing
  1. yizhgaijindeyic

    0下载:
  2. 一种改进的遗传算法程序,二进制编码的交叉算子,FloatExample和BinaryExample分别采用浮点编码和二进制编码方法-An improved genetic algorithm process, the binary-coded crossover operator, FloatExample and BinaryExample respectively floating point coding and binary coding method
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:13478
    • 提供者:周某某
  1. GA

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1454684
    • 提供者:zhoulimin
  1. IAGA

    1下载:
  2. 改进的加速二进制遗传算法,效率比标准遗传算法要高-Improve accerlate SGA
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:3958
    • 提供者:雷宏昌
  1. 遗传算法

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。保证能运行。(The genetic algorithm (Genetic Algorithm) is a computational model of biological evolution process of natural selection and genetic mechanism of the simulation of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:太阳部落
  1. 遗传算法

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:5120
    • 提供者:木冉
  1. GA

    2下载:
  2. 十进制、二进制遗传算法以及混合遗传算法matlab源代码(Matlab Code for Genetic Algorithm in Bin and Dec format and Mix Genetic Algorithm with an example. 17 files include functions for mutation, hybird, fitness and so on.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-31
    • 文件大小:8192
    • 提供者:T_Y
  1. 遗传算法程序 matlab

    0下载:
  2. 为遗传算法的主程序; 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作(As the main program of genetic algorithm, binary Gray encoding is adopted, nonlinear ranking selection based on roulette method, uniform crossover, mutation operation, and inversion operat
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:3072
    • 提供者:时章漫
  1. 遗传算法

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。传统上,解用二进制表示(即0和1的串),但也可以用其他表示方法。进化从完全随机个体的种群开始,之后一代一代发生。在每一代中,整个种群的适应度被评价,从当前种群中随机地选择多个个体(基于它们的适应度),通过
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-21
    • 文件大小:2048
    • 提供者:jibao
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com