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

搜索资源列表

  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. gamain

    1下载:
  2. 一个简单的遗传算法 采用实数编码、比例分配轮盘赌选择、杂交采用离散与算术双重杂交、一般性变异。-A simple genetic algorithm using real-coded, proportional allocation of roulette selection, hybrid discrete and numeracy double hybridization, general variation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-01
    • 文件大小:1751
    • 提供者:wangkang
  1. select

    0下载:
  2. Roulette Wheel Selection
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:122999
    • 提供者:tekguc
  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. 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. xujinpeng3.14

    1下载:
  2. 用遗传算法求函数f=x+10*sin(5*x)+7*cos(4*x)的最大值点:简单的单点交叉、基本位变异、赌轮盘选择、随机产生初始种群中的个体,求的最好解是24.689。注:本算法基于matlab7.0,是我自己编写的,每个步骤都有详细的说明。适用于遗传算法初学者。-Using genetic algorithms for function f = x+10* sin (5* x)+7* cos (4* x) the maximum points: a simple single-point
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4346
    • 提供者:竹子的信仰
  1. EvolutionaryAlgorithm

    0下载:
  2. 本例用演化算法处理了函数f=x^2在[1,31]上的极值问题。关键词:二进制编码,轮盘赌模型-Evolutionary algorithm used in this case to deal with the function f = x ^ 2 in [1,31] on the extremal problem. Keywords: binary code, roulette model
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:1753
    • 提供者:kevin
  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. GAtest

    0下载:
  2. 轮盘赌遗传算法,用vc++写的,主要用于函数求最优值-Roulette wheel genetic algorithm, using vc++ to write, and is mainly used for seeking the optimal value function
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:474003
    • 提供者:wenzheng
  1. yichuansuanfa

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

    • 发布日期:2017-04-05
    • 文件大小:7786
    • 提供者:曾建
  1. GA_test1_2

    0下载:
  2. Genetic algorithm , It is about cross over , mutation ,, roulette wheel
  3. 所属分类:Java Develop

    • 发布日期:2017-04-24
    • 文件大小:28169
    • 提供者:Sika
  1. Ga

    0下载:
  2. 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作. -Binary Gray encoding, roulette wheel method based on non-linear ranking selection, uniform crossover and mutation operations, but also introduces the inversion operation.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:3423
    • 提供者:lq
  1. Roulette

    0下载:
  2. 遗传算法的轮盘赌程序,用Java编写,是最基本的轮盘赌算法,希望对大家有帮助 -roulette
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:676
    • 提供者:sunlin
  1. SimpleGA_1

    0下载:
  2. 实现简单的进化算法,实数编码,轮盘赌选择方式,单点交叉,均匀变异。-Simple evolutionary algorithms, real coding, roulette wheel selection method, single-point crossover, uniform mutation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:4855
    • 提供者:cxx
  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. roulette

    0下载:
  2. 轮盘赌 遗传算法初学者经常遇到的一个问题 希望对初学者有帮助-Roulette genetic algorithm beginners always met to help beginners problem
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:594
    • 提供者:shenxw
  1. Roulette

    1下载:
  2. How to try a roulette game you should use this one
  3. 所属分类:Windows Develop

    • 发布日期:2015-03-09
    • 文件大小:49152
    • 提供者:ximplix
  1. Roulette-Weel

    0下载:
  2. Roulette Wheel Code for PIC18F4520 Controller
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1855
    • 提供者:Azam
  1. Roulette

    0下载:
  2. 轮盘赌选择随机的数值,用到了一个概率累积分布函数作为选择依据。-Roulette random number choosing MATLAB program. The selection criterion is the CDF of some input data.
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:520
    • 提供者:shenpeng
  1. roulette

    0下载:
  2. 轮盘赌选择又称比例选择算子。个体被选中的概率与其适应度函数值成正比。遗传算法选择算子。-Roulette is also called the proportional selection operator.The probability of the individual is selected is proportional to its fitness function value.The genetic algorithm selection operator.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1235511
    • 提供者:max
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com