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

搜索资源列表

  1. Solving

    2下载:
  2. 求解双层规划问题常用的算法有极点算法、直接搜索法、下降法和非数值优化方法(如模拟退火算法、遗传算法等),遗传算法的求解思路是:首先对上层的决策变量编码,代人下层规划模型,通过求解下层模型的决策变量值,代入上层模型计算适应度值,然后进行交叉、变异、选择操作,最后求出最优解。-Solving Bilevel Programming Problems with pole algorithm commonly used algorithms, direct search method, descent
  3. 所属分类:Communication

    • 发布日期:2015-09-13
    • 文件大小:1854
    • 提供者:大海
  1. File3

    0下载:
  2. 数据挖掘,聚类,遗传算法,k-means算法,基于遗传算法的k-means聚类方法。-Data mining, clustering, genetic algorithm, k-means algorithm, based on genetic algorithm k-means clustering method.
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2591664
    • 提供者:王三
  1. Thestatusoffuzzycontrol

    1下载:
  2. 文章简要介绍了模糊控制的概念和特点,并对模糊控制的原理作了说明,较详细的介绍了模糊控制的现状,包括模糊PID控制、自适应模糊控制、神经模糊控制、遗传算法优化的模糊控制、专家模糊控制等,最后对模糊控制的发展作了展望。-This paper briefly introduces the concept and characteristics of fuzzy control, and fuzzy control principle is illustrated in more detail the
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:38973
    • 提供者:yaoqiuxiang
  1. GA

    0下载:
  2. 遗传算法源代码,特别有助于初学遗传算法者参考-Genetic algorithm source code, in particular, those references will help beginners GA
  3. 所属分类:Communication

    • 发布日期:2017-03-28
    • 文件大小:2411
    • 提供者:xiaochen
  1. D

    0下载:
  2. 有关于DIJKSTRA遗传算法的机器人路径规划演示程序。-DIJKSTRA genetic algorithm on the robot path planning demonstration program.
  3. 所属分类:Software Testing

    • 发布日期:2017-03-27
    • 文件大小:1635
    • 提供者:Don
  1. newaga

    0下载:
  2. 该进的自适应遗传算法,有利于学习遗传算法-The advanced genetic algorithm, genetic algorithm is conducive to learning
  3. 所属分类:Software Testing

    • 发布日期:2017-04-09
    • 文件大小:546631
    • 提供者:firice
  1. Matlab

    0下载:
  2. Matlab多目标遗传算法工具箱,用于多目标遗传算法!-Matlab Matlab GA
  3. 所属分类:File Formats

    • 发布日期:2017-03-30
    • 文件大小:128205
    • 提供者:李智
  1. 遗传算法在电力系统中应用

    2下载:
  2. C语言编写 希望大家多多指教 相互讨论 相互交流 相互学习
  3. 所属分类:报告论文

    • 发布日期:2013-01-28
    • 文件大小:109056
    • 提供者:taiguofen
  1. 遗传算法论文

    0下载:
  2. 一篇遗传算法论文,中英文都有,翻译的很详细
  3. 所属分类:其它文档

  1. matlab遗传算法

    0下载:
  2. matlab遗传算法,一些程序及其实例,对大家挺有作用的。
  3. 所属分类:文档资料

  1. 先进算法讲义

    1下载:
  2. 其中包含蚁群算法,退火算法,遗传算法等智能算法,参加数学建模必备的优化算法
  3. 所属分类:文档资料

  1. ga_main.m

    0下载:
  2. 利用遗传算法辨识未知参数,其中使用的是matlab语言,利用选择、交叉、变异三个步骤求的满足函数值最大的参数值(Identification of unknown parameters by genetic algorithm)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:ruisir
  1. GA1

    0下载:
  2. 遗传算法辨识未知参数,利用遗传算法中的选择、交叉、变异,求得满足适应度最大时的参数值(Identification of unknown parameters by genetic algorithm)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-21
    • 文件大小:7168
    • 提供者:ruisir
  1. 粗糙集属性约简算法综述

    0下载:
  2. 属性约简是粗糙集理论中最核心的问题。文章阐述了基于信息熵、可辨识矩阵、遗传算法、 Johnson 等粗糙集属 性约简算法流程,指出了粗糙集属性约简算法的现有问题及发展趋势,促进粗糙集属性约简的研究进一步发展。(Attribute reduction is the most important problem in rough set theory. In this paper, the rough sets based on information entropy, discernibilit
  3. 所属分类:文章/文档

    • 发布日期:2017-12-23
    • 文件大小:1459200
    • 提供者:九月永生
  1. 用遗传算法优化模糊控制器的隶属度函数的参数

    1下载:
  2. 使用遗传算法优化模糊控制器的隶属度函数的一种新方法
  3. 所属分类:行业发展研究

  1. ga

    0下载:
  2. 基于遗传算法的多目标算法优化,包括程序的实现(Multi - objective Algorithm Optimization Based on Genetic Algorithm)
  3. 所属分类:文章/文档

  1. Ryan_GA_BP

    0下载:
  2. 实现了基于遗传算法GA优化的BP神经网络,遗传代数为100代(BP neural network based on GA optimization)
  3. 所属分类:文章/文档

  1. MATLAB智能算法30个案例分析

    0下载:
  2. 对于各种现今时髦的算法的分析,里面有三十种算法,包含蚂蚁算法,遗传算法,模拟退火等等。(For the analysis of modern algorithms, there are thirty algorithms, including ant algorithm, genetic algorithm, simulated annealing, and so on)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-14
    • 文件大小:1560351
    • 提供者:半樽酒
  1. GAFS

    1下载:
  2. 信息增益选取特征,遗传算法继续精简特征,效果较佳。(Information gain selection features, genetic algorithm to continue to streamline the characteristics of the better.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-14
    • 文件大小:1024
    • 提供者:zrfnnus
  1. 遗传pid

    0下载:
  2. 基本的基于遗传算法的pid控制,在matlab平台上运行(genetic algorithm pid)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:2048
    • 提供者:finder2017
« 1 2 3 45 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com