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

搜索资源列表

  1. GANN_sinF

    1下载:
  2. 遗传算法优化bp神经网络,神经网络为三层网络,遗传算法带有精英保留策略-genetic algorithm optimization bp neural networks, neural networks as a three-tier networks, genetic algorithms with a strategy to retain the elite
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2420
    • 提供者:He Hong
  1. SimpleGA

    1下载:
  2. 该程序为使用了轮盘赌选择方式、单点交叉和基本位变异算子,内嵌精英保留策略的基本遗传算法。其实现使用了固定数组,使用一个常用的测试函数。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-17
    • 文件大小:2976
    • 提供者:东方志柱
  1. GA-VC

    0下载:
  2. 基本遗传算法程序,算法中加入了精英选择策略。 用vc++实现。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16999
    • 提供者:wangjing
  1. 遗传算法与优化问题

    0下载:
  2. 精英保留的介绍和学习
  3. 所属分类:编程文档

    • 发布日期:2011-11-14
    • 文件大小:635392
    • 提供者:hmily1226
  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. GAdisplacement

    1下载:
  2. 用遗传算法对光纤位移传感器的实验数据进行拟合,使用精英保留策略提高算法性能-Genetic algorithm with fiber-optic displacement sensor to fit the experimental data, the use of elite strategies to improve retention of algorithm performance
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1551
    • 提供者:汪轲
  1. segmentation

    0下载:
  2. 遗传算法在道路图像阈值分割中的应用 包括:初始化种群,产生新一代个体,精英选择,交叉,变异-Genetic algorithm in the road image threshold segmentation include: initial population, a new generation of individual, elite selection, crossover and mutation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:6243
    • 提供者:严路
  1. FindRouteGUI

    0下载:
  2. 1,已完成功能 (1)距离短时大部分情况下可以选择最短路径进行移动 (2)加入了精英选择优化算法 (3)无论地图大小一定可以得出路径 (4)点击障碍物可以得出路径 3,代码改进 将原来两大类(Widget,Geno)拆分成三个类(Widget,Handle,Geno), Widget:显示界面等可视化元素,获取最短路径并显示移动, Handle:优化路径,得出最短路径,以后会加入通信模块 Geno:计算得出一定数量的可达路径 4,算法描述
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:10699
    • 提供者:chan
  1. code

    0下载:
  2. 带精英策略的非支配排序遗传算法,c源代码。-This is a GA implementation for multi-objective optimization. For multi-objective optimization, non-domonated sorting has been used.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:88325
    • 提供者:姜徐东
  1. ComGA

    0下载:
  2. 基于精英遗传算法,简单实用,用于最优化问题的解决-Elistim GA Algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1077
    • 提供者:lzy
  1. 遗传算法——旅行商问题mfc

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

    • 发布日期:2017-12-22
    • 文件大小:90112
    • 提供者:littlekai
  1. NSGA-II

    1下载:
  2. NSGA2 带精英策略的非支配遗传算法 matlab算法包(NSGA2 elitist genetic algorithm matlab algorithm package with elitist strategy)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:156672
    • 提供者:猩博士
  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. 遗传算法函数——每一代都将精英保留到下一代(Genetic algorithm - retention of elite)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:2048
    • 提供者:DadWeng
  1. 大地电磁反演-精英选择改进

    2下载:
  2. 利精英选择改进后的遗传算法进行大地电磁视电阻率反演(Elitist modified genetic algorithm is used to retrieve magnetotelluric apparent resistivity.)
  3. 所属分类:其他

    • 发布日期:2019-10-14
    • 文件大小:7168
    • 提供者:bai07
  1. 精英策略

    1下载:
  2. 改进精英策略的遗传算法,应用在电动汽车领域(elitist-Genetic Algorithm,e-GA)
  3. 所属分类:matlab例程

    • 发布日期:2020-11-14
    • 文件大小:47104
    • 提供者:山丘彼枫
  1. 生产调度

    5下载:
  2. 多工序多设备的生产车间调度问题,采用的是精英保留策略的遗传算法(A genetic algorithm based on elite reservation strategy is adopted for multi-process and multi-equipment job shop scheduling problem.)
  3. 所属分类:matlab例程

    • 发布日期:2019-07-17
    • 文件大小:17408
    • 提供者:chengxuxxcv
  1. 精英_变异遗传算法

    3下载:
  2. 基于精英变异算法的电动汽车充电优化策略以及结果的可视化(EV charging optimization strategy based on elite mutation algorithm and the visualization of results)
  3. 所属分类:进化算法

    • 发布日期:2020-04-26
    • 文件大小:1426432
    • 提供者:Send2Ming
  1. 精英_变异遗传算法

    10下载:
  2. 利用遗传算法对电动汽车有序充电进行优化;优化目标包括充电费用最低,充电时间达到要求(电动汽车充到足够的电) 考虑电动汽车充电对电网负荷的影响,使负荷峰谷差最小(The genetic algorithm is used to optimize the orderly charging of ev.The optimization goals include the lowest charging cost and the required charging time (the electric
  3. 所属分类:其他

  1. 多目标遗传算法论文

    0下载:
  2. 快速非支配排序和精英选择策略的改进多目标遗传算法NSGA-II
  3. 所属分类:报告论文

« 12 »
搜珍网 www.dssz.com