CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - genetic code Roulette

搜索资源列表

  1. GAGJ)

    0下载:
  2. 改进的GA. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作! -improved GA. Fga.m for the main program of genetic algorithm using binary Gray code, Based on the roulette method of nonlinear ranking choice, uniform crossover and mutat
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3662
    • 提供者:林洋
  1. Gan

    1下载:
  2. 遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-The main genetic algorithm binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation, but also introduces the inversion operation!
  3. 所属分类:software engineering

    • 发布日期:2015-01-18
    • 文件大小:61440
    • 提供者:cityuyang
  1. RealGA(TwoVaribles)

    2下载:
  2. 此代码是实数编码遗传算法的Matlab例程。用了精英保留策略选择和轮盘赌选择法,叉操作采用中间重组方式。-This code is a real-coded genetic algorithm Matlab routines. Retention policies with the elite selection and roulette wheel selection method, fork operation mode using the middle of restructuring.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1554
    • 提供者:王巍
  1. AdvancedGeneticAlgorithm

    0下载:
  2. This code and accompanying explanation is designed to be a genetic algorithm. It uses the roulette wheel method to optimize the function x^2 using six digit binary strings. The accompanying document goes through the algorithm and the code step-by-ste
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:46503
    • 提供者:anatolia
  1. genetic

    0下载:
  2. This program runs a GA. The roulette wheel method for parent selection is used here. Elitism is included. Parent selection is from the population including the elite chromosomes. The standard bit form is used here. As usual, code works in
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:11503
    • 提供者:siva
  1. Ga

    0下载:
  2. 遗传算法求解TSP问题源代码,简单明了,采用轮盘赌进行遗传选择-TSP problem genetic algorithm source code is simple, using the genetic roulette wheel selection
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1066
    • 提供者:fan
  1. tsp

    0下载:
  2. 遗传算法在求解旅行商问题中的应用,采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Genetic Algorithm for Traveling Salesman Problem, using a binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation operators, but also in
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:11478
    • 提供者:韩慧玲
  1. ga

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

    • 发布日期:2017-04-04
    • 文件大小:3135
    • 提供者:liujing
  1. yichuansuanfa1

    0下载:
  2. 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption: fga.m main genetic algorithms binary Gray code, roulette method based on nonlinear ranking selection, uniform crossover and mutation, but also introduces the inver
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:3384
    • 提供者:聂小翼
  1. Gray-code

    0下载:
  2. 改进的GA. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Improved GA. Fga.m main program for the genetic algorithm uses a binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation, but also
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:34589
    • 提供者:孟扬
  1. GA

    1下载:
  2. 遗传算法求函数最值问题 matlab代码 使用轮盘赌选择 交叉 变异-Genetic algorithm for function most value problem matlab code crossover and mutation using the roulette wheel selection
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1456
    • 提供者:小新
  1. GA(matlab)

    0下载:
  2. 三个matlab实现的遗传算法,采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-Three matlab genetic algorithm implemented using a binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation, but also introduces the inversi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:19414
    • 提供者:cici
  1. ga

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

    • 发布日期:2017-12-03
    • 文件大小:6922
    • 提供者:冷雨夜
  1. GeneticAlgorithms

    1下载:
  2. 遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-The main program of the genetic algorithm binary Gray code, roulette method based nonlinear ranking selection, uniform crossover, and mutation operation, but also the introduction of invers
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-06
    • 文件大小:737
    • 提供者:雷垒
  1. the-main-genetic-algorithm

    0下载:
  2. 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption: Fga.m for the main program of the genetic algorithm binary Gray code, based on the roulette method nonlinear ranking selection, uniform crossover and mutation, bu
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:19966
    • 提供者:李峰
  1. asfsa

    0下载:
  2. 遗传算法程序: 说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Genetic Algorithm: Descr iption: fga.m the main program for the genetic algorithm using binary Gray code, roulette method based on nonlinear ranking selection, unifor
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3397
    • 提供者:肖杰飞
  1. TSP-MATLAB-CODE

    0下载:
  2. 用改进遗传算法求解TSP问题,并编制了完整的Matlab程序予以仿真实现.程序中选择算子采用最佳个体保存与赌轮选择相结合的策略,最后分析了最佳个体保存比例对寻优效果的影响. 更多还原-Improved genetic algorithm for TSP, and the preparation of a complete Matlab simulation program to be achieved. Program, select the operator uses the best in
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:163158
    • 提供者:王斌
  1. GA

    0下载:
  2. 遗传算法,说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Genetic algorithms described: fga.m main genetic algorithms binary Gray code, roulette method based on nonlinear ranking selection, uniform crossover, mutation, but also in
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:5488
    • 提供者:柳一鸣
  1. GA-Matlab-code

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

    • 发布日期:2017-04-30
    • 文件大小:11428
    • 提供者:Ma Chuan
  1. 我的编码

    0下载:
  2. 多目标函数的遗传算法求解过程的编码,伪代码,轮盘赌算法(Multi objective function genetic algorithm to solve the process of coding, pseudo code, roulette algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-01
    • 文件大小:10240
    • 提供者:锦袖899
« 12 »
搜珍网 www.dssz.com