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

搜索资源列表

  1. GeneticAlgorithm

    1下载:
  2. 本代码是使用遗传算法解决优化约束问题,可直接运行。-本代码是使用遗传算法解决优化约束问题,可直接运行。 This code is the use of genetic algorithm to solve constrained optimization problems,which can be directly run.
  3. 所属分类:matlab例程

    • 发布日期:2012-10-30
    • 文件大小:5.56kb
    • 提供者:wang gang
  1. Code_MATLAB_Optimization

    17下载:
  2. 这是龚纯《精通MATLAB最优化计算》随书源码(M文件)。基于MATLAB优化工具箱,代码包含的内容有:牛顿法等无约束一维极值问题、单纯形搜索法等无约束多维极值问题、Rosen梯度投影法等约束优化问题、L-M法等非线性最小二乘优化问题、线性规划、整数规划、二次规划、粒子群优化、遗传算法。-This is pure Gong " Mastering MATLAB optimization calculations," with the book source (M file)
  3. 所属分类:matlab例程

    • 发布日期:2012-12-20
    • 文件大小:40.61kb
    • 提供者:
  1. Genetic-Algorithms

    0下载:
  2. 该程序是遗传算法优化BP神经网络函数极值寻优,该代码为基于神经网络遗传算法的系统极值寻优。-The program is a genetic algorithm to optimize BP neural network function extremum optimization, the code optimization system based on neural network genetic algorithm extremum.
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:7.59kb
    • 提供者:张志军
  1. GA

    0下载:
  2. 该代码用遗传算法来优化多函数极值问题,可以很方便的解决非线性方程的极值-The code using a genetic algorithm to optimize multi-function extremum problem can easily solve nonlinear equations extremum
  3. 所属分类:matlab

    • 发布日期:2017-11-30
    • 文件大小:526byte
    • 提供者:诸侯
  1. fmaxGA

    0下载:
  2. 复杂函数优化是遗传算法的一个重要应用,该代码就是解决一个典型的函数求极值问题。-Complex function optimization is an important application of genetic algorithm, the code is a typical function extremum problems.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3.29kb
    • 提供者:登登
  1. GA_base

    0下载:
  2. 基本遗传算法解决经典函数优化问题,求解函数极值-The basic function of genetic algorithm optimization
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:2.77kb
    • 提供者:胡庆生
  1. GA-for-jizhi

    0下载:
  2. 这是基于实数编码遗传算法的极值优化程序,很有利于对遗传算法的理解-This is a global optimization procedure based on real-coded genetic algorithm, is very beneficial to the understanding of the genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1.38kb
    • 提供者:鲁宁
  1. tsp_pso

    0下载:
  2. : 针对粒子群优化算法易陷入局部极值的缺点, 提 出一种改进粒子群算法, 该算法借鉴贪婪算法的思想初始化种群, 利用两 个种群同时寻优, 并将遗传算法中交叉和变异操作引入其 中, 实现种群间的信息共享。-I n a l l u s i o n t o p a r t i c l e s wa r m o p t i mi z a t i o n b ei n g pr on e t o g e t i n t o l oc a l mi n i mu m, a n
  3. 所属分类:matlab

    • 发布日期:2017-05-02
    • 文件大小:556.69kb
    • 提供者:xiaowei
  1. GAs

    0下载:
  2. 遗传算法,一种优秀实用的智能优化算法,可有效避免局部极值解-Genetic algorithm, a kind of excellent and practical intelligent optimization algorithm, can effectively avoid the local extremum solution
  3. 所属分类:matlab

    • 发布日期:2017-05-01
    • 文件大小:9.01kb
    • 提供者:
  1. 代码

    0下载:
  2. MATLAB 代码 第1章 BP神经网络的数据分类——语音特征信号分类 第2章 BP神经网络的非线性系统建模——非线性函数拟合 第3章 遗传算法优化BP神经网络——非线性函数拟合 第4章 神经网络遗传算法函数极值寻优——非线性函数极值寻优 第5章 基于BP_Adaboost的强分类器设计——公司财务预警建模 第6章 PID神经元网络解耦控制算法——多变量系统控制 第7章 RBF网络的回归--非线性函数回归的实现 ....等58章(MATLAB code The first
  3. 所属分类:matlab例程

    • 发布日期:2017-12-10
    • 文件大小:12.28mb
    • 提供者:ddd121
  1. 遗传算法

    0下载:
  2. 利用遗传算法计算目标函数极值,遗传算法与传统的优化方法(枚举,启发式等)相比较,以生物进化为原型,具有很好的收敛性,在计算精度要求时,计算时间少,鲁棒性高等都是它的优点。(Using the genetic algorithm to calculate the extremum of a objective function. Compared with the traditional optimization methods (enumeration, heuristics, etc.), g
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:3kb
    • 提供者:amnesia666
  1. 遗传算法求函数极值

    0下载:
  2. 遗传算法,模拟达尔文进化论的自然选择和遗产学机理的生物进化构成的计算模型,一种不断选择优良个体的算法。通过编制matlab程序求解函数极值。便于在其他优化程序中修改应用。
  3. 所属分类:matlab例程

搜珍网 www.dssz.com