CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - Matlab 遗传算法 函数优化

搜索资源列表

  1. Genetic-algorithm-(ga)

    0下载:
  2. 遗传算法Matlab源代码,优化目标函数比较广泛,是常用的算法之一,同时也是学习其他算法的基础。-Genetic algorithm (ga)
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:11411
    • 提供者:刘华臣
  1. GA

    0下载:
  2. 简单遗传算法MATLAB实现,详细的介绍了简单遗传算法的实现过程,并以一个简单的函数优化作为案例说明了其应用。但是由于该测试函数过于简单,在实际的应用过程中,还需要对相关参数进行调整,使其效率得到更大的提高。-Simple genetic algorithm based on MATLAB realize, describes in detail the process of simple genetic algorithm, and a simple function optimization
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:3662
    • 提供者:豆豆
  1. my-souce-code-20130915

    0下载:
  2. 书本《matlab神经网络应用设计》源码,对于利用遗传算法(GA)优化神经网络(NN)的程序部分,由于使用了GA工具箱中已经定义好的一些函数,因此,这部分程序必须拷贝到GA工具箱目录下才能运行,在本书中有:"第12章","第13章",以及"第20.5节"。另外,还包括该书本配套PPT教案。-Book " matlab neural network application design" source for the use of genetic algorithm (GA) o
  3. 所属分类:source in ebook

    • 发布日期:2017-05-16
    • 文件大小:4115065
    • 提供者:dream
  1. eg3-yichuan-feixianxinghanshunihe

    0下载:
  2. 《MATLAB神经网络30个案例分析》中的第3个例子,案例3 遗传算法优化BP神经网络-非线性函数拟合。希望对大家有用! -The MATLAB neural network analysis of 30 cases of the third example, case 3 genetic algorithm to optimize the BP neural network to nonlinear function fitting. Hope that useful to everyb
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:53298
    • 提供者:杨飞
  1. GA

    0下载:
  2. 利用MATLAB编程实现遗传算法,并结合一维多峰值函数对算法性能进行了测试,在MATLAB环境中采用遗传算法有效地解决了求解函数的优化问题,仿真结果验证了该算法的有效性,图像直观,性能优越,为遗传算法的实际应用开辟了新的途径和渠道。-Genetic algorithms using MATLAB programming, combined with a function Victoria Peak performance of the algorithm was tested in the MA
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:2438
    • 提供者:Chengwei Xiao
  1. function-optimization-GA

    0下载:
  2. 多元优化 单峰目标函数 多峰目标函数 遗传算法 matlab源码- multivariate optimization, Unimodal objective function, multimodal objective function, genetic algorithm ,matlab source
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1525
    • 提供者:卫芬
  1. chapter7

    0下载:
  2. 多种群遗传算法的函数优化算法Matlab程序实现-Multi-population genetic algorithm for function optimization algorithm Matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4464
    • 提供者:王静
  1. yiyuanhanshudeyouhua

    0下载:
  2. 利用遗传算法,实现简单的一元函数的优化。使用的是Matlab 7.0编写的代码-Using genetic algorithms to optimize simple functions of one variable. Use the code written in Matlab 7.0
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:735
    • 提供者:王鹏程
  1. yiyuanhanshudeyouhua

    0下载:
  2. 利用遗传算法,实现简单的一元函数的优化。使用的是Matlab 7.0编写的代码-Using genetic algorithms to optimize simple functions of one variable. Use the code written in Matlab 7.0
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-28
    • 文件大小:216083
    • 提供者:ingming
  1. BGA

    0下载:
  2. 基本的遗传算法MATLAB代码,对于多维函数的优化非常有效,仿真结果的效果很好。-Basic genetic algorithm based on MATLAB code, optimized for multi-dimensional function is very effective, the effect of simulation results is very good.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:422700
    • 提供者:sigoo
  1. MOGAGA

    0下载:
  2. 利用遗传算法实现复杂目标函数的优化,matlab源代码-Using genetic algorithms to optimize complex objective function, matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4299
    • 提供者:范佩西
  1. youhuashiliyiyuan

    0下载:
  2. 一元函数优化实例的MATLAB代码,给初学者们入门遗传算法提供帮助-yiyuanhanshu GA youhuashili
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1019
    • 提供者:mark
  1. Ga-tsp

    7下载:
  2. 遗传算法tsp问题 针对题目中物流配送路径优化问题,本文引入0-1规划思想,建立了带约束条件的物流配送问题的数学模型。求解时,引入遗传算法的编码方式,并针对分区数与客户数量相差较小的情况,灵活运用分区配送算法确定包含最优解的分区序列组,紧密结合枚举法使得其算法兼顾简单、快速的优点。应用Matlab软件可执行得到最短路径。兼顾时间因素导致的复杂影响,我们引入了惩罚函数,并通过设定惩罚系数,进一步由最短路径求得最优路径。-Genetic algorithm tsp problem of logist
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-10-31
    • 文件大小:185344
    • 提供者:
  1. GA-and-PSO

    0下载:
  2. GA遗传算法与PSO离子群组合算法matlab程序,以下是使用本程序的简单介绍与使用步骤 1)修改设计变量个数 NPar变量定义的是设计变量个数,本例为8,使用时需根据自己实际情况进行修改。 2)修改设计变量的上下限 VarLow 与VarHign定义的是设计变量的上下限,使用时需根据自己实际情况进行修改。记住,变量的维数,要与1)变量个数一致哦。 3)修改FunName 变量FunName定义的是优化目标函数值的计算函数,根据自己实际情况改成自己的函数名。 4)修改
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:124218
    • 提供者:天天
  1. SVM_RFE_GA_TOOLBOX

    0下载:
  2. 利用遗传基因算法对SVM-RFE算法进行优化,从而获取更优异的特征,提高检测率,该算法的SVMtrain利用matlab自带的函数-The use of genetic algorithms to optimize the SVM-RFE algorithm, in order to gain more excellent features, improve the detection rate of the algorithm using matlab comes SVMtrain funct
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:7527
    • 提供者:wjwei
  1. neural-network-analysis-of-30-cases

    0下载:
  2. MATLAB神经网络30个案例分析,遗传算法优化BP神经网络-非线性函数拟合等30种代码-MATLAB neural network 30 case studies, genetic algorithm optimization BP neural network- a nonlinear function fitting and other 30 kinds of code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:7136968
    • 提供者:李想
  1. GA_optimal

    0下载:
  2. matlab编写的遗传算法优化程序,编译对目标函数进行优化-matlab genetic algorithm to optimize the preparation procedures,
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3785
    • 提供者:zhnag
  1. genetic-alg-BP-nonlinear-fitting

    0下载:
  2. matlab智能算法遗传算法优化BP神经网络-非线性函数拟合-genetic algorithm BP neurotic net nonlinear fitting
  3. 所属分类:source in ebook

    • 发布日期:2017-04-03
    • 文件大小:52618
    • 提供者:zj
  1. genetic-algorithm-mutiple-target

    1下载:
  2. matlab智能算法基于遗传算法的多目标优化算法(此例中有两个目标函数)-genetic algorithm to solve multiple target problems
  3. 所属分类:source in ebook

    • 发布日期:2017-04-10
    • 文件大小:713
    • 提供者:zj
  1. GA-MOP

    0下载:
  2. MATLAB MOP GA 用遗传算法解决函数优化问题-MATLAB MOP GA
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:108889
    • 提供者:midoxinxin
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com