CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 其它 搜索资源 - crossover

搜索资源列表

  1. arithXover.

    0下载:
  2. Arith crossover takes two parents P1,P2 and performs an interpolation along the line formed by the two parents. - Arith crossover takes two parents P1,P2 and performs an interpolation along the line formed by the two parents.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:913byte
    • 提供者:Aron
  1. 360139

    0下载:
  2. In this paper, an attractive approach for teaching genetic algorithm (GA) is presented. This approach is based primarily on using MATLAB in implementing the genetic operators: crossover, mutation and selection
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:95.07kb
    • 提供者:ABDELHEDI
  1. SGA

    0下载:
  2. 基本遗传算法代码实现,选择交叉变异 对于初学遗传算法的同志很有帮助,希望大家一起提高进步-Code to achieve the basic genetic algorithm, select the crossover and mutation genetic algorithm for beginners comrades helpful, hope all of us to improve progress
  3. 所属分类:source in ebook

    • 发布日期:2017-04-13
    • 文件大小:3.03kb
    • 提供者:李娟
  1. Xilinx

    0下载:
  2. 基于spartan V5的FPGA 分频器设计-Spartan V5 FPGA-based crossover design
  3. 所属分类:MPI

    • 发布日期:2017-11-09
    • 文件大小:8.58mb
    • 提供者:sea
  1. floatExample

    0下载:
  2. This scr ipt shows how to use the GA using a float representation.Crossover Operators & Mutation Operators are used.
  3. 所属分类:assembly language

    • 发布日期:2017-04-11
    • 文件大小:903byte
    • 提供者:Praveen
  1. 003-matlab-

    0下载:
  2. MATLAB智能算法30个案例分析源码,一元函数寻优,NIND=40 个体数目 MAXGEN=20 最大遗传代数 PRECI=20 变量的二进制位数 GGAP=0.95 代沟 px=0.7 交叉概率 pm=0.01 变异概率-Intelligent algorithm MATLAB source 30 case studies, one dollar function optimization, NIND = 40 the number of individuals MA
  3. 所属分类:source in ebook

    • 发布日期:2017-04-09
    • 文件大小:1.04kb
    • 提供者:ww
  1. bga

    0下载:
  2. 遗传算法搜索最优解的方法是模仿生物的进化过程,即通过选择 与染色体之间的交叉和变异来完成的。遗传算法主要使用选择算子、交叉算子与变异算子来模拟生物进化,从而产生一代又一代的种群。 -Genetic algorithm searches the optimal solution is to mimic biological evolution, namely through crossover and mutation and chromosomal choose between to c
  3. 所属分类:assembly language

    • 发布日期:2017-04-05
    • 文件大小:3.39kb
    • 提供者:xutao
  1. clock_speed

    0下载:
  2. fpga分频器设计。将高频时钟信号任意分频-fpga crossover design. The high frequency clock signal any divider
  3. 所属分类:source in ebook

    • 发布日期:2017-04-25
    • 文件大小:304.78kb
    • 提供者:liyang
  1. bascomavr-cursus

    0下载:
  2. CrossOver is a Microsoft Windows compatibility layer available for Linux distributions and for Mac OS X. This compatibility layer enables many Microsoft -CrossOver is a Microsoft Windows compatibility layer available for Linux distributions and for M
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:11.33kb
    • 提供者:fox
  1. Untitled2

    0下载:
  2. 利用遗传算法的选择、交叉、变异功能来解决一元函数求最优值问题-The use of genetic algorithm selection, crossover and mutation function to solve a problem of the optimal value function uation dollar
  3. 所属分类:MPI

    • 发布日期:2017-12-10
    • 文件大小:693byte
    • 提供者:沉淀
  1. duoyuanhanshuyouhua

    2下载:
  2. 利用遗传算法的选择、交叉、变异功能来解决多元函数求最优值问题-The use of genetic algorithm selection, crossover and mutation function to solve the problem of the optimal value of variable function
  3. 所属分类:MPI

    • 发布日期:2017-04-11
    • 文件大小:894byte
    • 提供者:沉淀
  1. duoyuandanfenghanshuyouhua

    0下载:
  2. 利用遗传算法的选择、交叉、变异功能来解决多元单峰函数求最优值问题-The use of genetic algorithm selection, crossover and mutation function to solve the multi-function uation unimodal optimal value problem
  3. 所属分类:并行运算

    • 发布日期:2017-04-12
    • 文件大小:764byte
    • 提供者:沉淀
  1. Untitled3

    0下载:
  2. 利用遗传算法的选择、交叉、变异功能来求解De Jong函数优化问题-The use of genetic algorithm selection, crossover and mutation function to solve the function optimization problem De Jong
  3. 所属分类:MPI

    • 发布日期:2017-04-12
    • 文件大小:662byte
    • 提供者:沉淀
  1. PSO_about

    0下载:
  2. 粒子群算法matlab代码吐血推荐。粒子群算法,也称粒子群优化算法,是近年来发展起来的一种新的进化算法。它是从随机解出发,通过迭代寻找最优解,通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。这种算法以其实现容易、精度高、收敛快等优点引起了学术界的重视,并且在解决实际问题中展示了其优越性。粒子群算法是一种并行算法。-PSO algorithm matlab cod
  3. 所属分类:source in ebook

    • 发布日期:2017-05-11
    • 文件大小:2.37mb
    • 提供者:Charlie
  1. GA

    0下载:
  2. 遗传算法的基本代码,包括选择,交叉,变异。希望对大家有帮助~-Genetic algorithm code base, including selection, crossover and mutation. I hope everyone has to help ~
  3. 所属分类:assembly language

    • 发布日期:2017-04-14
    • 文件大小:3.08kb
    • 提供者:duaoran
  1. Genetic-Algorithm-Toolbox-v1.2

    0下载:
  2. 工作原理是通过模拟自然界中生物进化的过程,设计相应的进化算子和操作,来解决复杂的实际问题,是一种建立在自然选择和遗传学基础上的搜索寻优算法。它从一组随机产生的种群开始,这个种群由经过基因编码的一定数量的个体组成,按照适者生存和优胜劣汰的规则,通过比较每个个体适应度的大小,选择适应度较大的个体进行交叉、变异,产生的新一代更适应环境的种群参与进化。通过一代一代不断的繁衍进化,最终得到最适应环境的个体,即得到问题的最优解。-Works by simulating the process of biol
  3. 所属分类:source in ebook

    • 发布日期:2017-04-30
    • 文件大小:487.91kb
    • 提供者:杨文军
  1. GASEIS3

    0下载:
  2. 遗传算法MATLB程序,里面有遗传算法的选择、交叉、变异函数,-GA MATLB program, there are genetic algorithm selection, crossover and mutation functions, some simple examples MABTLAB genetic algorithm!
  3. 所属分类:assembly language

    • 发布日期:2017-05-05
    • 文件大小:9.79kb
    • 提供者:ZHQ
搜珍网 www.dssz.com