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

搜索资源列表

  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. 遗传算法实现旅行商问题

    0下载:
  2. 本算法中采取了种群规模为100,同时采用轮盘赌来获取种群。开始使用随机的方法得到初始的种群-the algorithm adopted a population size of 100, using roulette to access populations. Using the stochastic method initial Stocks
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2770
    • 提供者:谢继晖
  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. 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. 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. 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. main

    1下载:
  2. 遗传算法的轮盘赌实现和竞标赛实现,很完整-Genetic Roulette Tournament achieve the realization and very complete
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3872
    • 提供者:吴清源
  1. GA_test

    0下载:
  2. 遗传算法:二进制、单点交叉、单点变异、轮盘赌、模拟退火(默认无)、最优个体保留(默认无)-Genetic algorithm: binary, single-point crossover, single-point mutation, roulette, simulated annealing (default no), best individual reservations (default no)
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:2645
    • 提供者:owen
  1. SGAPublic

    0下载:
  2. 遗传算法的matalab实现,(二进制,浮点染色体,轮盘赌,锦标赛选择)-Matalab genetic algorithm implementation (binary, floating-point chromosome, roulette, tournament selection)
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:52046
    • 提供者:w
  1. SGA

    0下载:
  2. 经典的实数编码遗传算法 采用轮盘赌 用于解决函数优化-The classic real-coded genetic algorithm for sloving the function optimization by Roulette
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:3180
    • 提供者:jenny
  1. 轮盘赌算法

    0下载:
  2. 遗传算法的一种,能从中选择算子,以一定的概率进行进化遗传!
  3. 所属分类:matlab例程

  1. 遗传算法——旅行商问题mfc

    0下载:
  2. 旅行商问题:一个旅行者要去很多城市,每个城市只去一次,问:该怎么走路线最短? ? ?????? 这个问题可以转化为:随机给n个点,如何连线这n个点,使得连线最短? ? ?????? 这个问题是遗传算法的经典问题~哈哈~~我试着写了一个程序来解决。 ? ?????? 采用的策略是: 1.?????? 精英主义:每次有2个最优解直接进入下一代。 2.?????? 轮盘赌选择生育:每次对每一代的个体进行一次轮询,如果不适应度<某个随机数,那么选择这个个体进行生育。 3.?????? 单性繁殖:因
  3. 所属分类:其他

    • 发布日期:2017-12-22
    • 文件大小:90112
    • 提供者:littlekai
  1. 遗传算法(精英选择)-matlab

    6下载:
  2. 描述了带有精英选择策略的遗传算法优化方法,主要有别于以往的轮盘赌选择方法,改进了性能(introduce a select factor into GA algotitm to improve the characteristic of GA itself)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:197632
    • 提供者:```hollyshee9
  1. 我的编码

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

    • 发布日期:2018-01-01
    • 文件大小:10240
    • 提供者:锦袖899
  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. GA_TSP

    0下载:
  2. 用遗传算法解决TSP问题,基于matlab,交叉选择为轮盘赌(Using genetic algorithm to solve TSP problem, based on MATLAB, cross selection is a roulette)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-08
    • 文件大小:1024
    • 提供者:LengendYan
  1. 遗传算法

    1下载:
  2. .静态路径规划与动态路径规划的区别 ??以区域分割为指标的动态路径规划以区域分割为指标的动态路径规划 静态路径规划是在已知的静态环境中,规划一条从起点至终点的路径。一旦在... 2.从分析一篇论文开始基于蚁群算法的动态路径规划及其在编队中的仿真应用-赵峰一、核心:改进的... 3.C-ACA信息素更新策略只发生在从起点到最优局部目标点的道路上,更新规则公式如下: ... 4.轮盘赌策略 作用:在保证最大某节点有最大被选择概率的同时,其他效率较低概率的节点也会被...(This can great
  3. 所属分类:网络编程

    • 发布日期:2020-11-19
    • 文件大小:10240
    • 提供者:你好a98
« 12 3 4 5 »
搜珍网 www.dssz.com