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

搜索资源列表

  1. matlabGA

    1下载:
  2. 本源码是基于遗传算法的多维函数值的优化计算,利用matlab仿真-The source is based on genetic algorithm optimization of multi-dimensional function value calculation, the use of matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:3173
    • 提供者:王上
  1. ga_life

    0下载:
  2. 使用遗传算法进行人工生命模拟的C语言源程序-The use of genetic algorithm artificial life simulation of C language source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:51175
    • 提供者:ann
  1. ga_tsp530

    0下载:
  2. 遗传算法求解TSP问题,MATLAB模拟实验,对采用遗传算法解优化问题很有帮助-Genetic Algorithm for TSP problem, MATLAB simulation experiments, using genetic algorithm optimization solutions helpful
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:12899
    • 提供者:TL
  1. genetic_algorithm_in_c

    0下载:
  2. 此源码包含下面五个程序的源代码。 基本分类算法源程序 基本遗传算法源程序 基于遗传算法的人工生命模拟源程序 基于遗传算法优化神经网络结构源程序 基于遗传算法提取基元图形源程序-This source code contains the following five program s source code. Basic classification algorithm source basic source of genetic algorithm based on gen
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:631314
    • 提供者:魏汝垚
  1. GA(tsp)

    0下载:
  2. 遗传算法是一类借鉴生物界自然选择和自然遗传机制的 随机化搜索算法。 它是模拟达尔文的遗传选择和自然淘汰的生 物进化过程的计算模型。-Genetic Algorithm is a kind of drawing on biological natural selection and natural genetic mechanism of the random search algorithm. It is a simulation of Darwinian natural selection t
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:11436
    • 提供者:杨瑞
  1. VC++GeneticAlgorithm

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

    • 发布日期:2017-04-17
    • 文件大小:106693
    • 提供者:林宇贞
  1. 3dfdtd

    0下载:
  2. 3d-fdtd算法的遗传基因算法matlab模拟-3d-fdtd genetic algorithm matlab simulation algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:17068
    • 提供者:塞其
  1. A_LIFE

    0下载:
  2. 基于遗传算法的人工生命模拟,编写了算法代码-Genetic Algorithm Based on Artificial Life simulation, the preparation of the algorithm code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-15
    • 文件大小:7639
    • 提供者:孟军
  1. liaowei_yichuangsuanfq--shili

    0下载:
  2. 遗传算法人工生命模拟,这是一个遗传算法关于人工生命模拟的实例-Artificial Life Simulation of genetic algorithm, which is a genetic algorithm on the example of artificial life simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:27001
    • 提供者:zz
  1. ArtificialLifeSimulationBasedonGeneticAlgorithm.ra

    0下载:
  2. 用C语言实现的基于遗传算法的人工生命模拟程序代码-Artificial Life Simulation Based on Genetic Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:16014
    • 提供者:林嘉
  1. CEPSC_COM

    1下载:
  2. 考虑风电的FTR拍卖模型研究论文基于蒙特卡罗模拟的遗传算法源程序-Consider the wind power of FTR auction model based on Monte Carlo simulation studies of the genetic algorithm source code
  3. 所属分类:Energy industry

    • 发布日期:2017-04-15
    • 文件大小:6323
    • 提供者:杨一冰
  1. Matlabbasedonthegeneticalgorithm

    0下载:
  2. 运用MATLAB编程实现遗传算法,数值仿真验证该方法的有效性,表明它能够对函数进行全局寻优。这种实现方法既可以熟悉MATLAB语言,又可以加深对遗传算法的认识和理解,以此来设计智能系统-Programming using MATLAB genetic algorithm, numerical simulation to verify the effectiveness of the method, that it is able to function for global optimizati
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:78682
    • 提供者:Ethan
  1. jsjy20070288

    0下载:
  2. :针对遗传算法易陷入局部最优的不足,在标准遗传算法基础上加入了三个新的操作- 复原、重构和录优操作,使改 进后的遗传算法收敛于全局最优,并在此基础上以路边约束、动态避障和路径最短作为适应度函数,提出了动态避障的路径 规划方法。通过实验仿真验证了算法的有效性、准确性和实时性,并与基于以往的遗传算法的路径规划方法进行比较,结果 表明本文提出的方法在产生的路径长度和算法运行时间上都具有更优的性能。-: Genetic algorithm for the lack of easy to
  3. 所属分类:matlab例程

    • 发布日期:2014-01-25
    • 文件大小:329278
    • 提供者:zhangying
  1. CHAP5_4

    0下载:
  2. 此代码为基于遗传算法摩擦模型参数辨识的PID控制MATLAB仿真代码-This code is based on genetic algorithm for parameter identification of friction model simulation of PID control of MATLAB code
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1245
    • 提供者:王科
  1. GA_matlab

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

    • 发布日期:2017-03-29
    • 文件大小:2801
    • 提供者:张正荣
  1. yichuansuanfa_jixieshou

    0下载:
  2. 提出一种改进的遗传算法用于求解机械手运动学逆问题. 该算法采用实数编码, 其交叉概率和变异 概率根据解的适应度函数值自适应调整. 计算机仿真结果显示, 该算法较简单遗传算法(SGA) 求解精度高, 收敛速度快且稳定性能好.-An improved genetic algorithm for solving the inverse problem of manipulator kinematics. The algorithm uses real number encoding, the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:143065
    • 提供者:杨元龙
  1. Inertiadevicefaultpredictionbasedonwavelet

    0下载:
  2. :为了提高最小二乘支持向量回归机的性能,将Morlet小波核函数引入其中,形成了最小二乘小波支 持向量回归机模型。利用待优化的参数重构模型的目标函数和约束条件,并在此基础上通过遗传算法进行参数 选择,从而提高了该模型的泛化能力。将最小二乘小波支持向量回归机应用于导弹陀螺仪的漂移趋势预测,仿真 实验结果表明了该方法的有效性和可行性,因此可以为陀螺仪的故障预报、可靠性辅助决策提供依据。-To improve the ability of least square support vect
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:285866
    • 提供者:11
  1. blind_seperate

    0下载:
  2. 一种基于遗传算法的盲分离方法的文章,给出的仿真效果。-Based on genetic algorithm approach for blind separation of the article gives the simulation results.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:191380
    • 提供者:陈宏
  1. sga

    0下载:
  2. 基于基本遗传算法的函数最优化,遗传算法模拟-Function based on genetic algorithm optimization, genetic algorithm simulation
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:5175
    • 提供者:
  1. FuzzyRuleGenerationBasedonGeneticAlgorithm

    1下载:
  2. 这是一篇来自哈尔滨工业大学的关于应用遗传算法来优化模糊规则的论文,该论文于2005年1月发表于计算机仿真期刊。文中比较系统的介绍了遗传算法的基本知识、模糊推理机制以及应用遗传算法来优化模糊规则的步骤,最后给出比较好的仿真结果。-It is one from the Harbin Institute of Technology on the application of genetic algorithms to optimize the fuzzy rules of the thesis, th
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:226410
    • 提供者:haphan
« 1 2 3 4 56 7 8 9 10 ... 14 »
搜珍网 www.dssz.com