CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - 改进 遗传 算法

搜索资源列表

  1. GABP.利用改进遗传优化算法解决BP神经网络中局部最小问题

    2下载:
  2. matlab格式源代码。功能:利用改进遗传优化算法解决BP神经网络中局部最小问题。,matlab source code format. Function: the use of improved genetic optimization algorithm BP neural network to solve local minimum problems.
  3. 所属分类:matlab例程

    • 发布日期:2015-11-24
    • 文件大小:8.86kb
    • 提供者:magic
  1. GA.rar

    0下载:
  2. 一个动态遗传算法代码 matlab的,采用全方位的两点杂交、两点变异的改进的加速遗传算法(IAGA),A dynamic genetic algorithm matlab code, the use of comprehensive two hybrid, two variations of improved accelerating genetic algorithm (IAGA)
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:4.61kb
    • 提供者:dingbiao
  1. GA-FCM.rar

    5下载:
  2. 遗传算法改进的模糊C均值聚类的matlab源程序 可以运行 格式需要更改,Improved genetic algorithm fuzzy C-means clustering can run the matlab source code need to change format
  3. 所属分类:matlab

    • 发布日期:2016-07-09
    • 文件大小:1.96kb
    • 提供者:许翔
  1. GAToolbox.rar

    0下载:
  2. MATLAB遗传算法工具包,内含标准遗传算法各函数及改进遗传算子的实现函数。,MATLAB genetic algorithm tool kit, containing the standard genetic algorithm to improve the function and genetic operators of the implementation function.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:228.1kb
    • 提供者:Anlaen Liang
  1. GAFCM

    5下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。 -Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and the
  3. 所属分类:matlab例程

    • 发布日期:2012-11-11
    • 文件大小:1.48kb
    • 提供者:孙准
  1. NicheSGA

    0下载:
  2. 改进的小生境遗传算法和源程序实现,metalab实现-Improved genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:13.87kb
    • 提供者:liuliu
  1. GA_Optimization-Scheduling_Matlab

    0下载:
  2. 通过MATLAB编程研究工作和仿真结果分析,对改进的免疫遗传算法进行综合性地概括、归纳和总结。在处理复杂优化调度问题方面提出了一些改进的思想,并进行了算法实现和仿真。对有待进一步深入研究的问题进行了设想,对免疫遗传算法解决相关优化调度问题进行了展望。-Research of ImProved Immune Genetic Algorithms and its Applications in Optimization Scheduling Problem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:696.13kb
    • 提供者:YJN
  1. jsjy20070288

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

    • 发布日期:2014-01-25
    • 文件大小:321.56kb
    • 提供者:zhangying
  1. matlab-Genetic_Algorithm

    0下载:
  2. 实现遗传算法的matlab仿真,并对原始的遗传算法做了改进-Genetic Algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:46.27kb
    • 提供者:胡鸿明
  1. yizhgaijindeyic

    0下载:
  2. 一种改进的遗传算法程序,二进制编码的交叉算子,FloatExample和BinaryExample分别采用浮点编码和二进制编码方法-An improved genetic algorithm process, the binary-coded crossover operator, FloatExample and BinaryExample respectively floating point coding and binary coding method
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:13.16kb
    • 提供者:周某某
  1. GA

    0下载:
  2. MATLAB实现改进的遗传算法,体现该算法在MATLAB上实现的效果-MATLAB to achieve improved genetic algorithm, embodied in the algorithm to achieve the effect of MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:3.9kb
    • 提供者:xie
  1. improvedGA

    0下载:
  2. 此程序为改进遗传算法,使用了新的自然数编码方式,进一步缩短了染色体长度,提高了计算效率。-This program to improve the genetic algorithm, using a new natural number encoding to further shorten the chromosome length, improve the computational efficiency.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:2kb
    • 提供者:碧天
  1. IGA

    0下载:
  2. 为改进遗传算法的源程序,采用了多次2-opt变异算子,进一步改进了计算结果。-The source code for the improved genetic algorithm using a number of 2-opt mutation operator to further improve the results.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1.97kb
    • 提供者:碧天
  1. GA

    1下载:
  2. 改进遗传算法程序,用来优化参数的选择,很好用的方法-GA
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.33kb
    • 提供者:礼野
  1. 微电网在电力系统中的改进遗传算法优化

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

  1. GeneticAlgorith遗传算法

    3下载:
  2. 本程序为遗传算法基本程序,略有改进,结果过程均有图示,可通过修改yichuanzhuhanshu.m来适应不同的实际问题,优化效果较优,可用来对遗传函数实现方法的学习
  3. 所属分类:matlab例程

  1. 改进遗传算法求最大值程序

    0下载:
  2. matlab的改进遗传算法求最大值程序,main函数是主函数,其他3个是子函数。具体内容见代码注释(Matlab improved genetic algorithm for maximum value procedures, main function is the primary function, and the other 3 are sub functions. See the code for details)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:2kb
    • 提供者:千千Sama
  1. 量子遗传算法

    2下载:
  2. 量子遗传算法MATLIB的代码本程序,对量子遗传算法中的量子旋转门的调整策略进行改进(The code of the quantum genetic algorithm MATLIB The adjustment strategy of quantum revolving door in quantum genetic algorithm is improved.)
  3. 所属分类:matlab例程

    • 发布日期:2019-05-27
    • 文件大小:3kb
    • 提供者:成可
  1. 改进遗传算法的程序

    0下载:
  2. 遗传算法的程序,并做了改进,很适合初学者上手,直接出结果,对学习很有帮助。
  3. 所属分类:matlab例程

  1. 基于遗传算法matlab优化程序

    1下载:
  2. 改进型的GA,寻优速度快,可用用作电力系统潮流计算等方面。(The improved GA has fast optimization speed and no dimension disaster)
  3. 所属分类:matlab例程

    • 发布日期:2021-02-18
    • 文件大小:11kb
    • 提供者:oldyoung1997
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com