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

搜索资源列表

  1. OptimizationofLEOregionalcommunicatonsatellitecons

    0下载:
  2. 采用遗传算法的低轨区域通信星座优化设计 通信: 星星座:优化:遗传算法-Genetic algorithm optimization of LEO regional communication satellite constellation design communication: Star Horoscope: Optimization: Genetic Algorithms
  3. 所属分类:Project Design

    • 发布日期:2017-04-03
    • 文件大小:344295
    • 提供者:刘欣
  1. Ageneticalgorithmwithmatlabprogram

    1下载:
  2. 简要阐述了遗传算法的基本原理,探讨了在 环境中实现遗传算法各算子的编程方法,并以一个简单的实例说明所编程序在函数全局寻优中的应用。-Briefly described the basic principles of genetic algorithms to explore the genetic algorithm in the environment to achieve the operator' s programming, and a simple example shows t
  3. 所属分类:Project Design

    • 发布日期:2017-04-06
    • 文件大小:229988
    • 提供者:lpf30920
  1. geneticalgorithm

    0下载:
  2. 遗传算法的描述,遗传算法是一种大致基于模拟进化的学习方法! -Descr iption of the genetic algorithm, genetic algorithm is a general learning method based on simulated evolution!
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:60888
    • 提供者:王博
  1. AGA

    0下载:
  2. 介绍一种改进传统遗传算法的新方法,通过调节交叉概率和变异概率-Introduction of a new genetic algorithm to improve the traditional method, by adjusting the crossover probability and mutation probability
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:565531
    • 提供者:firice
  1. ga_new

    0下载:
  2. 基于复数编码的遗传算法,是实数编码的扩展-Complex coding based on genetic algorithms, real coding is an extension
  3. 所属分类:Software Testing

    • 发布日期:2017-03-31
    • 文件大小:334340
    • 提供者:firice
  1. ll

    0下载:
  2. 一个遗传算法的函数优化,求函数的最小值,matlab编写的程序-A genetic algorithm for function optimization, seeking the minimization, matlab program written
  3. 所属分类:Software Testing

    • 发布日期:2017-03-30
    • 文件大小:537
    • 提供者:zuodongsheng
  1. PIDZHENGDING

    0下载:
  2. 关于PID控制的整定方法,采用遗传算法。-Tuning of PID control method, using genetic algorithms.
  3. 所属分类:software engineering

    • 发布日期:2017-04-24
    • 文件大小:352170
    • 提供者:wuwu
  1. chinesepapersonParameterselectionofsupportvectorma

    0下载:
  2. 支持向量机参数选择的相关中文文献,主要包括遗传算法、微粒子群算法、混沌优化算法等。-Chinese literature about Support vector machine parameters, including genetic algorithms, Particle swarm optimization, Chaos optimization algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-05-16
    • 文件大小:4568714
    • 提供者:胡玉霞
  1. researchoncontrolofinvertedpendulumbasedonGA

    0下载:
  2. 本文以一级倒立摆系统和二级倒立摆系统作为实验平台,针对极点配置中极点不易寻找、LQR控制中权值难于确定和拟人控制从定性到定量转化的瓶颈问题,应用遗传算法对控制器进行参数优化,一方面充分利用各自的优势来共同提高控制器的性能,另一方面将人从费时费力的试凑试验中解脱出来。-In this paper, an inverted pendulum and double inverted pendulum system as the experimental platform, pole for pole
  3. 所属分类:Project Design

    • 发布日期:2017-04-10
    • 文件大小:1598773
    • 提供者:haphan
  1. BP

    0下载:
  2. example.txt 仿真实例.txt 归一实例.txt 每次预测结果不一样的解释.txt 遗传算法优化BP神经网络权值和阈值的通用.txt -example.txt simulation examples. txt return an instance. txt is not the same each time the interpretation of predicted results. txt genetic algorithm BP neural netwo
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:34379
    • 提供者:
  1. multiple-objective-decision

    0下载:
  2. 讨论了多模式、多资源约束条件下,如何综合考虑工期、成本和资源平衡三个目标这一问题,提出了该问题的模型,并给出了利用遗传算法来解决该问题模型,最后结合一个应用实例来说明模型及算法。-Discussed the multi-mode, multi-resource constraints, how considering duration, cost and resource balance three goals of this problem, a model of the problem, a
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:36069
    • 提供者:孙国辛
  1. SOLVING-NONLINEAR-OPTIMAL-

    0下载:
  2. 解非线性优化问题的混合加速遗传算法,给出了 HAGA 算法实施的详细步骤, 建立了HAGA 相应的收敛定理-SOLVING NONLINEAR OPTIMAL PROBLEMS BY HYBRID ACCELERATING GENETIC ALGORITHM
  3. 所属分类:Project Design

    • 发布日期:2017-03-31
    • 文件大小:274705
    • 提供者:Lemuria
  1. ga

    0下载:
  2. GA算法代码 function pop=initpop(popsize,chromlength) pop=round(rand(popsize,chromlength)) rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵, roud 对矩阵的每个单元进行圆整。这样产生的初始种群。 2.2 计算目标函数值 2.2.1 将二进制数转化为十进制数(1) 遗传算法子程序 Name: decodebinary.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:2549
    • 提供者:Sonic
  1. GA

    0下载:
  2. 这是一个关于遗传算法的m文件,不错 o -This is about the genetic algorithm m files, henbucuo o
  3. 所属分类:Project Design

    • 发布日期:2017-04-11
    • 文件大小:1183
    • 提供者:王林
  1. Intelligent-controller

    0下载:
  2. PID控制算法简单、鲁棒性强,但其参数整定过程繁琐,整定时需要控制对象的精确数学模型,而且整定往往是针对某一种具体工况进行的,缺乏自学习和自适应能力。模糊神经网络则兼备了模糊逻辑和神经网络的优点,具有函数逼近功能,具有较强的自适应、自学习能力、容错能力和泛化能力。借助于遗传算法对全局性参数进行优化设计,借助于BP算法对局部性参数进行优化,将模糊神经网络和遗传算法引入PID控制参数的整定过程,构造出一种基于模糊神经网络和遗传算法的智能PID控制器-Intelligent controller ba
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:1281583
    • 提供者:刘漂帆
  1. sourcecode

    0下载:
  2. 基于遗传算法的高校排课系统的设计与实现文档。-University Course Scheduling System Based on Genetic Algorithm design and documentation.
  3. 所属分类:Project Design

    • 发布日期:2017-05-10
    • 文件大小:2118093
    • 提供者:刘苗
  1. yichuanyingyong

    1下载:
  2. 本篇论文是城市单交叉路口交通流实时遗传算法优化控制-This thesis is a real-time genetic algorithm optimization of urban single intersection traffic flow control
  3. 所属分类:software engineering

    • 发布日期:2017-11-25
    • 文件大小:487299
    • 提供者:Pigeon
  1. yichuantuihuosuanfa

    0下载:
  2. 遗传算法,用来避免穷举法来寻求全局最优解,属于智能算法-The genetic algorithm is used to avoid the brute-force method to find the global optimal solution, belongs to the intelligent algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-05-12
    • 文件大小:2718417
    • 提供者:辛亚运
  1. genetic-algorithm-matlab-code

    0下载:
  2. 能完整实现遗传算法所有功能,有一定的效果,程序比较规范,值得学习.-it is a goog code ,the genetic algorithm have a very goog mothod.
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:38215
    • 提供者:李平
  1. chengshigongjiao

    0下载:
  2. 本篇论文是关于城市公交车路线选择的遗传算法-This thesis is on the city bus route selection genetic algorithm
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:147221
    • 提供者:Pigeon
« 1 2 3 4 56 7 8 9 10 ... 13 »
搜珍网 www.dssz.com