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

搜索资源列表

  1. GQA.rar

    2下载:
  2. 遗传量子算法求解背包问题Matlab源码,Quantum Genetic Algorithm for Knapsack Problem
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:11655
    • 提供者:林剑祥
  1. QGA_image_segmentation

    1下载:
  2. 量子遗传算法最大熵法图像多阈值分割程序下载。阈值的个数直接指定即可。-image segmentation based on quantum-inspired genetic algorithm
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-26
    • 文件大小:15282
    • 提供者:付晓薇
  1. sga

    0下载:
  2. 基本遗传算法的matlab源程序,bstr2rval.m为基本编码转为实际值子函数,createPop.m创建初始种群子函数,crossOper.m基因交叉子函数,indiEval.m个体实际值子函数,mutateOper.m基因变异子函数,selectOper.m选择算子子函数,sga.m基本遗传算法子函数-The basic genetic algorithm matlab source, bstr2rval.m as the basic coding to the actual value
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4685
    • 提供者:闫安心
  1. ga

    0下载:
  2. 基于小生境遗传算法的DOA估计,并附相关MATLAB仿真图结果,与其他算法进行相关比较-Based on Niche Genetic Algorithm for DOA estimation, together with related results of MATLAB simulation diagram, compared with other related algorithms
  3. 所属分类:matlab

    • 发布日期:2016-12-15
    • 文件大小:66992
    • 提供者:huluobo
  1. matlab-yichuansuanf

    0下载:
  2. 遗传算法的matlab程序 很适合 出现遗传算法的人使用-Genetic algorithm matlab program is suitable for people who use the genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:6598
    • 提供者:wang
  1. garbf

    1下载:
  2. 遗传算法优化RBF径向基神经网络的matlab程序源代码。-Genetic Algorithm RBF radial basis function neural network matlab source code.
  3. 所属分类:matlab

    • 发布日期:2016-05-24
    • 文件大小:2468
    • 提供者:hexing
  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
    • 文件大小:1514
    • 提供者:孙准
  1. GA

    2下载:
  2. 自适应遗传算法 [matlab] 对遗传算法的改进 效果不错-Adaptive genetic algorithm [matlab] of genetic algorithms to improve the effectiveness of good
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-05-01
    • 文件大小:37792
    • 提供者:mingming
  1. Pairs-of-extreme-example--genetic-algorithm

    0下载:
  2. 双极值算例,采用遗传算法计算最优值,此处利用MATLAB实现仿真。-Pairs of extreme example, using genetic algorithm to compute the optimal value, where the use of MATLAB for simulation.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:5296
    • 提供者:小洋
  1. pid_chanshu

    0下载:
  2. 基于遗传算法的PID参数的PID参数整定,在matlab环境下的源程序.PID参数的整定有两种可用的方法,理论设计法及实验确定法.-Based on genetic algorithm of the PID parameters of PID parameter tuning in matlab source environment. PID tuning parameters, there are two available methods, theory and experimental d
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:1524
    • 提供者:建军
  1. quantum

    3下载:
  2. 用于路径规划遗传算法MATLAB源代码,内含多个子文件,测试时运行mypath文件即可.-Genetic Algorithm for Path Planning MATLAB source code that contains multiple sub-documents, tests can be run mypath documents.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2962
    • 提供者:meng
  1. GAOT

    0下载:
  2. 遗传算法matlab工具 1.工具箱文件拷贝至Matlab文件夹下,具体路径为:C:\program files\MATLAB\R2009a\toolbox。 2.工具箱路径加入Matlab文件路径之中。 流程为:File-->Set Path-->Add Folder。即,将C:\program files\MATLAB\R2009a\toolbox\文件夹加入该路径系统中。 3 重新启动Matlab,运行即可。 4 一般情况下,会出现如下情况。 安装遗传工
  3. 所属分类:matlab

    • 发布日期:2016-01-26
    • 文件大小:104448
    • 提供者:wirser
  1. GSAALB

    4下载:
  2. 装配生产线任务平衡优化遗传算法通MATLAB源码,下面的源码实现了装配生产线任务平衡优化问题(ALB问题)的遗传算法,算法主要参考下面这篇文献,并对其进行了改进。-Task of assembly line balancing optimal genetic algorithm-pass MATLAB source code, the following source code to achieve the task of assembly line balancing optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1921
    • 提供者:孙准
  1. RealGA(TwoVaribles)

    2下载:
  2. 此代码是实数编码遗传算法的Matlab例程。用了精英保留策略选择和轮盘赌选择法,叉操作采用中间重组方式。-This code is a real-coded genetic algorithm Matlab routines. Retention policies with the elite selection and roulette wheel selection method, fork operation mode using the middle of restructuring.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1554
    • 提供者:王巍
  1. SA_GA

    3下载:
  2. 基于遗传模拟退火算法的聚类算法。将模拟退火算法与遗传算法相结合用于聚类分析,由于模拟退火算法和遗传算法可以互相取长补短,因此有效地克服了传统遗传算法的早熟现象,同时根据聚类问题的具体情况设计遗传编码方式、适应度函数,使该算法更有效、更快速地收敛到全局最优解。 -Genetic simulated annealing algorithm based on clustering algorithms. Simulated annealing algorithm and genetic algo
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-11-11
    • 文件大小:5833
    • 提供者:杨剑浩
  1. PSOGARBF

    2下载:
  2. 基本粒子群优化算法 遗传算法,基于聚类,梯度,最小二乘法的RBF网络程序等5个代码-Elementary particle swarm optimization algorithm genetic algorithm, based on clustering, gradient, least-squares method of RBF network program such as 5 code
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-01
    • 文件大小:8910
    • 提供者:孟艳
  1. MATLAB-genetic-algorithm-toolbox

    0下载:
  2. MATLAB遗传算法工具箱及应用,很好的一本书-MATLAB genetic algorithm toolbox and its application
  3. 所属分类:matlab

    • 发布日期:2017-05-27
    • 文件大小:10458119
    • 提供者:wuxiaomu
  1. matlab_genetic_algorithm

    0下载:
  2. matlab 遗传算法程序 matlab genetic algorithm -matlab genetic algorithm matlab genetic algorithm procedure
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:6605
    • 提供者:frank
  1. 混沌遗传算法_by 王孝强

    0下载:
  2. 遗传算法工具,混沌-Tool for genetic algorithm, chaos
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:58532099
    • 提供者:
  1. ga

    0下载:
  2. 遗传算法matlab实现,请仔细阅读相关帮助文件后再使用-Genetic algorithm matlab realize, please carefully read the relevant help files and then use
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2458
    • 提供者:zhao
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com