CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - optimization of function by genetic algorithm

搜索资源列表

  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. optimizationinMatlab.rar

    4下载:
  2. MATLAB最优化计算20例.m文件,包括二次插值,黄金分割,罚函数法,遗传算法,拉格朗日乘子法等,MATLAB Optimization Calculation of 20 cases. M documents, including quadratic interpolation, Golden Section, penalty function method, genetic algorithm, Lagrange multiplier method
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:210.2kb
    • 提供者:c.k.
  1. Niched_Genetic_Algorithm_Matlab7.0_Toolbox

    0下载:
  2. 所属分类:matlab

    • 发布日期:2017-05-04
    • 文件大小:1.39mb
    • 提供者:侯站
  1. matlab

    0下载:
  2. 关于两个目标函数的,利用matlab遗传算法工具箱的优化程序。-The two objective function, using genetic algorithm matlab optimization toolbox procedures.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1.61kb
    • 提供者:chenjuan
  1. yichuanyouhuasuanfachengxu

    0下载:
  2. 遗传优化算法,能够实现自然数域内任意函数的极大值求解,效果很好。这是我的课程实验报告。-Genetic optimization algorithm, to achieve a natural function of the number of arbitrary region of great value to solve, very good. This is my experiment reports courses.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2.68kb
    • 提供者:周磊
  1. matlabmprogram

    0下载:
  2. 简单函数优化的遗传算法程序 简单函数优化的遗传算法程序-Simple function of the genetic algorithm optimization process simple function of the genetic algorithm optimization process simple function of the genetic algorithm optimization procedure
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:4.38kb
    • 提供者:jianhuajuly
  1. GA_oneobject

    0下载:
  2. 基因遗传算法中的一元函数的优化举例,供广大初学之人黏贴使用-Genetic algorithm optimization of unary function example, for the majority of beginners person adhesive used
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:1.01kb
    • 提供者:Baixianxu
  1. dejong-test-function

    0下载:
  2. dejong test function, a test bed for Genetic Algorithm Optimization Problems. This is a standard Test bed used by several authors to test the efficiency of their proposed algorithms.
  3. 所属分类:matlab

    • 发布日期:2016-03-17
    • 文件大小:2kb
    • 提供者:Mohsen
  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
    • 文件大小:50.56kb
    • 提供者:
  1. RAGA_PPC

    1下载:
  2. 投影寻踪方法是对研究变量乘以一个列向量矩阵,进行相应的线性变换,从而达到投影的目的。投影指标函数是用来衡量投影效果的一个标准,实现高维特征量的低维表示。对每一个投影方向都有一个目标值,用此目标值构造此方向的适应度函数,用遗传算法的操作来实现适应度高的投影方向之间的优化重组。-Projection Pursuit method is the study variables multiplied by a column vector matrix corresponding linear trans
  3. 所属分类:matlab

    • 发布日期:2017-11-23
    • 文件大小:3.15kb
    • 提供者:
  1. Real-Coded-Genetic-Algorithm-for-Robust

    0下载:
  2. Power system stabilizers (PSS) are now routinely used in the industry to damp out power system oscillations. In this paper, real-coded genetic algorithm (RCGA) optimization technique is applied to design robust power system stabilizer for both
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:459.21kb
    • 提供者:ali
  1. P4-1

    0下载:
  2. 传算法(Genetic Algorithm)是一类借鉴生物界的进化规律(适者生存,优胜劣汰遗传机制)演化而来的随机化搜索方法。它是由美国的J.Holland教授1975年首先提出,其主要特点是直接对结构对象进行操作,不存在求导和函数连续性的限定;具有内在的隐并行性和更好的全局寻优能力;采用概率化的寻优方法,能自动获取和指导优化的搜索空间,自适应地调整搜索方向,不需要确定的规则。遗传算法的这些性质,已被人们广泛地应用于组合优化、机器学习、信号处理、自适应控制和人工生命等领域。它是现代有关智能计算中
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.5kb
    • 提供者:朱坤鸿
  1. GP-optimization

    0下载:
  2. 整个算法分成三部分,第一个部分是神经网络整体结构的确定,然后是遗传算法对参数的优化,然后便是利用已经优化好的参数,利用神经网络进行预测。我们根据需要优化的权值以及阈值的数量确定算法个体的长度。个体通过适应度函数计算他们的适应度,根据适应度的大小,我们使用轮盘算法,确定他们的遗传,交叉还有变异等过程,优化以后的BP神经网络可以更好地收敛。-The whole algorithm is divided into three parts, the first part is to determine
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:51.25kb
    • 提供者:周江鸿
  1. chapter3

    0下载:
  2. 遗传算法优化BP神经网络——非线性函数拟合(Optimization of BP neural network by genetic algorithm -- nonlinear function fitting)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:53kb
    • 提供者:feifeiqueen
搜珍网 www.dssz.com