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

搜索资源列表

  1. simulation

    0下载:
  2. simulation model using Genetic Algorithm
  3. 所属分类:其他行业

    • 发布日期:2008-10-13
    • 文件大小:79969
    • 提供者:车慧英
  1. JTXHFANGZHEN

    0下载:
  2. 本文在分析城市交通信号控制研究现状和交叉口交通信号控制原理、评价方 法的基础上,设计了单交叉口交通信号两级模糊控制系统。分级模糊控制能有效 减少模糊规则数,易于提取模糊规则,适合于交通状况复杂的城市交叉口交通信 号控制。但它存在难以由人工合理定义全部模糊隶属度函数的问题。为此本文进 一步采用遗传算法对两级模糊控制器中模糊隶属度函数进行优化。本文提出的方 法具有分级模糊控制的优点,同时可以使模糊隶属度的选取更为合理,获得更好 的控制效果。对一个四相位单交叉口,利用MA
  3. 所属分类:Development Research

    • 发布日期:2017-03-26
    • 文件大小:311970
    • 提供者:刚子
  1. rengongzhineng

    0下载:
  2. 简介的神经网络和人工智能。并用径向基函数神经网络实现了某函数,以及MATLAB仿真遗传算法MATLAB仿真-Introduction of the neural network and artificial intelligence. And RBF neural network to achieve a certain function, as well as genetic algorithm MATLAB simulation MATLAB simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:148604
    • 提供者:徐丽丽
  1. C-genetic-algorithm-code

    0下载:
  2. 传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法-Propagation algorithm (Genetic Algorithm) is a simulation of Darwin' s biological theory of evolution by natural selection and genetic mechanism of the computational mo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1098
    • 提供者:shitou
  1. Parallel-genetic-algorithm

    0下载:
  2. 经典遗传算法利用单一种群对种群个体进行交叉、变异和选择操作,在进化过程中的超级个体易产生过早收敛现象,粗粒度并行遗传算法利用多个子种群进行进化计算,各子群体分别独立进行遗传操作,相互交换最优个体后继续进化。该文证明了该算法的搜索过程是一个有限时齐遍历马尔柯夫链,给出粗粒度并行遗传算法全局最优收敛性证明。对于旅行商问题TSP利用粗粒度并行遗传算法进行了求解,以解决经典遗传算法的收敛到局部最优值问题。仿真结果表明,算法的收敛性能优于经典遗传算法。-Classic genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-09
    • 文件大小:931882
    • 提供者:陈嘉鑫
  1. improved-genetic-algorithm

    0下载:
  2. 用于微电网在电力系统中的改进遗传算法优化,仿真运行-Improved Genetic Algorithm for micro-grid power system optimization, simulation run
  3. 所属分类:matlab

    • 发布日期:2016-02-27
    • 文件大小:1024
    • 提供者:jjsky
  1. Genetic-algorithm-in-MATLAB

    0下载:
  2. 探讨了在 MATLAB 环境中实现遗传算法仿真的方法 ,并以一个简单的求函数最值的问 题作为遗传算法的应用实例 ,说明遗传算法的全局寻优性及用 MATLAB 实现仿真的可行性-Explore the genetic algorithm simulation in MATLAB environment, and the value of a simple demand function as genetic algorithm application examples, descr iption
  3. 所属分类:software engineering

    • 发布日期:2017-11-05
    • 文件大小:129428
    • 提供者:张嘉城
  1. Genetic-algorithm--

    0下载:
  2. 遗传算法求函数最优解,在这里,我用C语言对同样的一个函数进行了仿真,在C语言中,所有关于遗传算法的函数需要自己编写,因此可以更清楚的理解遗传算法,了解它的执行过程。-Function of genetic algorithms optimal solution, here, I used the same one for the C language function simulation, in the C language, all on Genetic Algorithms functio
  3. 所属分类:software engineering

    • 发布日期:
    • 文件大小:16926
    • 提供者:fanfan
  1. Genetic-Algorithm

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA)。-GA (Genetic Algorithm) is
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:21904
    • 提供者:饶志成
  1. Real-Coded-Genetic-Algorithm-for-Robust

    0下载:
  2. Power system stabilizers (PSS) are now routinely used in the industry to damp out power system oscillations. In this paper, real-coded genetic algorithm (RCGA) optimization technique is applied to design robust power system stabilizer for both
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:470226
    • 提供者:ali
  1. Genetic-algorithm-source-code

    0下载:
  2. 遗传算法是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法-Genetic algorithm (ga) is a simulation Darwin the evolution natural selection and genetic mechanism of biological evolution process calculation model, is a kind of searching optimal solutio
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-16
    • 文件大小:4281903
    • 提供者:dangdang
  1. MATLAB-genetic-algorithm

    0下载:
  2. MATLAB遗传算法程序,主要用来求函数的极大值,可以修改后做其他的遗传算法方面的仿真-MATLAB genetic algorithm, the main function is to seek maximum value, after the simulation can be modified to do other aspects of genetic algorithms
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3765
    • 提供者:tom
  1. Genetic-algorithm-optimization-index

    0下载:
  2. 基于遗传算法,用10个股票的组合来优化模拟沪深300指数-Based on the genetic algorithm, using 10 stock portfolio to optimize simulation CSI 300 Index
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:595
    • 提供者:kitty
  1. MATLAB-Genetic-Algorithm

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。-Genetic Algorithm (Genetic Algorithm) is a simulation of natural selection and genetics of Darwinian biological evolution computational models of biological evolution, t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-25
    • 文件大小:236275
    • 提供者:fanshengnan
  1. genetic-algorithm

    0下载:
  2. 遗传算法是一种通过模拟自然进化过程搜索最优解的方法。-Genetic algorithm is a method of searching the optimal solution for the natural process of evolution through simulation.
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2700
    • 提供者:蛋壳
  1. Genetic-Algorithm

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。遗传算法可以解决多种优化问题,如:TSP问题、生产调度问题、轨道优化问题等,在现代优化算法中占据了重要的地位,本例使用遗传算法求解最优解。-Genetic Algorithm (Genetic Algorithm) is a simulation of Darwinian natural selection and genetic mec
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8599
    • 提供者:jiangsiqi
  1. Genetic-algorithm

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。-The genetic algorithm (Genetic Algorithm) is a computational model of biological evolution process of natural selection and genetic mechanism of the simulation of Darwin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:31260
    • 提供者:xulin
  1. 09 遗传算法(Genetic Algorithm, GA)

    0下载:
  2. 遗传算法(Genetic Algorithm, GA)起源于对生物系统所进行的计算机模拟研究。它是模仿自然界生物进化机制发展起来的随机全局搜索和优化方法,借鉴了达尔文的进化论和孟德尔的遗传学说。其本质是一种高效、并行、全局搜索的方法,能在搜索过程中自动获取和积累有关搜索空间的知识,并自适应地控制搜索过程以求得最佳解。(The genetic algorithm (Genetic Algorithm, GA) originated from the computer simulation of b
  3. 所属分类:数据结构

    • 发布日期:2018-04-21
    • 文件大小:687104
    • 提供者:ZJN27
  1. paper

    1下载:
  2. 投影寻踪是数据挖掘领域的一种重要方法,下面的源码使用遗传算法用于投影寻踪最佳投影向量的优化。 “投影寻踪+遗传算法优化”的主仿真程序(Projection pursuit of dimension reduction based on matlab code the projection pursuit model based on genetic algorithm and matlab source projection pursuit model based on genetic
  3. 所属分类:matlab例程

    • 发布日期:2020-05-12
    • 文件大小:10269696
    • 提供者:saxiaoai
  1. simulation

    4下载:
  2. 在求解装备的资源约束型装配线一类平衡问题时,借助遗传粒子群算法进行优化求解,并对遗传粒子群算法进行改进,利用matlab程序进行优化求解。本次结果是进行仿真的结果。(When solving the resource-constrained assembly line balance problem of equipment, the genetic particle swarm optimization algorithm is used to optimize the solution, a
  3. 所属分类:matlab例程

    • 发布日期:2019-05-18
    • 文件大小:3072
    • 提供者:echo_dct
« 1 23 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com