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

搜索资源列表

  1. IGArarn

    0下载:
  2. 介绍了遗传算法的基本原理与求解流程, 详细阐述了Matlab 遗传算法工具箱的使用方法, 并通过使用遗遗传算法工具箱对一个典型的函数优化问题进行求解, 验证了该工具箱在解决函数优化问题上的有效性与实用性性。 -Introduces the basic principles of genetic algorithms and solving process, elaborated on the use of the Matlab genetic algorithm toolbox, and a
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:51776
    • 提供者:
  1. Shubert

    0下载:
  2. 多元多峰函数优化实例的遗传算法的matlab源程序-Diverse multi-modal function optimization instance of a genetic algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1713
    • 提供者:sunjun
  1. Matlab_BP

    0下载:
  2. 于BP网络的权值优化是一个无约束优化问题,而且权值要采用实数编码,所以直接利用Matlab遗传算法工具箱。以下贴出的代码是为一个19输入变量,1个输出变量情况下的非线性回归而设计的,如果要应用于其它情况,只需改动编解码函数即可。-BP network weights optimization is a constrained optimization problem, and the right value to real-coded, so the direct use of the Matl
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:4310
    • 提供者:fuhai
  1. yichuansuanfa

    0下载:
  2. MATLAB语言编写的遗传算法优化算法求函数最优解-MATLAB genetic algorithm written in the optimal solution algorithm of a function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:6647
    • 提供者:shengjizheng
  1. genetic-algorithm-application

    0下载:
  2. matlab遗传算法工具箱解函数优化问题应用实例-matlab genetic algorithm toolbox solution function optimization application examples
  3. 所属分类:Console

    • 发布日期:2017-11-08
    • 文件大小:1079
    • 提供者:高珊
  1. chapter

    0下载:
  2. matlab遗传算法源代码来对函数优化进行运算-matlab genetic algorithm source code for function optimization computing
  3. 所属分类:matlab

    • 发布日期:2017-12-05
    • 文件大小:2227
    • 提供者:shatao
  1. Wind-turbine-blades-design

    4下载:
  2. 本文利用MATLAB的遗传算法工具箱,对弦长和扭角沿风力机展向分布进行优化,得到设计工况下的最优叶片设计。目标函数是设计工况下基于动量叶素理论和Glauert等修正所得出的功率系数。在设计工况下得到的设计结果,其功率系数在一定的风速范围内都能保持一个较高的数值,同时其有效攻角分布大致都在所选翼型的升力与阻力系数的比值最大处,与理论相符合。其结果说明该优化实际的有效性。-In this paper, the use of MATLAB genetic algorithm toolbox, chor
  3. 所属分类:matlab例程

    • 发布日期:2013-07-01
    • 文件大小:66542
    • 提供者:chentiange
  1. GA

    1下载:
  2. 对传统的MATLAB遗传算法工具箱进行改进,对优化变量由单变量扩展到多变量,同时目标函数也由单目标函数扩展到多目标函数。-The traditional MATLAB genetic algorithm toolbox to improve the optimization variables by a single variable expansion to multiple variables, but also by a single objective function objectiv
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:298041
    • 提供者:王博
  1. YICHUANSUANFA

    0下载:
  2. 基于遗传算法的多目标函数优化在matlab中的实现,主要内容就是源代码-Based on genetic algorithm for multi-objective optimization in matlab to achieve, the main content is the source code
  3. 所属分类:matlab

    • 发布日期:2017-11-12
    • 文件大小:4276
    • 提供者:XUJINGMING
  1. matlabycsf

    0下载:
  2. matlab遗传算法相关程序,内含函数最大值优化的相关操作可以进行参考。-matlab gentic suan fa
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-01-26
    • 文件大小:8192
    • 提供者:刘东
  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. 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. codeaaa

    0下载:
  2. 用于求解简单函数优化的matlab遗传算法代码-Matlab genetic algorithm code used to solve simple function optimization
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:4764
    • 提供者:sun yu
  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. algorithm-optimization-function

    0下载:
  2. 利用Matlab来对函数进行优化,遗传算法具有较好的优化性能,针对一些简单函数,用遗传算法进行优化设计程序-To optimize the use of Matlab function, genetic algorithm has better optimize performance for some simple functions, using genetic algorithms to optimize the design process. . . .
  3. 所属分类:matlab

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