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

搜索资源列表

  1. MATLAB

    0下载:
  2. 可行点标记求最佳匹配算法的MATLAB 程序代码 求最小费用最大流算法的MATLAB 程序代码 匈牙利算法的MATLAB 程序代码 遗传算法解决TSP问题的Matlab程序 遗传算法解决非线性规划问题的Matlab程序
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:117.33kb
    • 提供者:赵军
  1. ds

    1下载:
  2. MATLAB中用遗传算法求解约束非线性规划问题-MATLAB using the genetic algorithm for solving constrained nonlinear programming problem
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:119.13kb
    • 提供者:ss
  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. PackingProblem

    0下载:
  2. 非线性整数规划问题,基于遗传算法的matlab程序-Nonlinear integer programming problems, based on genetic algorithm matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2.5kb
    • 提供者:shilei
  1. Nonlinear Integer Programming Matlab Genetic Algorithm Procedure

    1下载:
  2. 本程序是基于非线性整数规划的遗传算法所编写的Matlab程序-This procedure is based on the non-linear integer programming genetic algorithm written Matlab program
  3. 所属分类:matlab例程

    • 发布日期:2013-01-05
    • 文件大小:5.25kb
    • 提供者:liuyuanyuan
  1. genetic_algorithm_matlab

    0下载:
  2. fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-fga.m the main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-linear ranking selection, uniform crossover and mutation operation
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:6.28kb
    • 提供者:赵彦
  1. Synthesis_of_Antenn_Array_Using_GA_and_Design_Matl

    3下载:
  2. 遗传算法在非线性数值优化方面有着很强的生命力 ,适于波束赋形阵列天线的综合。Matlab 具有很强的数值计算能力和数据图视功能 ,经过二十多年的发展 ,逐渐成为工程师们进行数值优化的首选计算机语言。以一部具有余割平 方波束的雷达搜索天线阵为例 ,采用遗传算法对其馈电相位进行优化 ,优化结果与目标吻合。同时给出其主要节点的 Matlab程序。-Nonlinear numerical optimization genetic algorithm has a strong vitality, suit
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:323.34kb
    • 提供者:victor728
  1. feixianxing

    0下载:
  2. 非线性整数规划的遗传算法Matlab程序
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:59.88kb
    • 提供者:易豪
  1. 2011091002

    0下载:
  2. 遗传算法求解非线性规划问题的两个MATLAB源程序-Genetic Algorithm for nonlinear programming problems two MATLAB source
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:844byte
    • 提供者:xiaoyuer
  1. matlab-genetic-algorithm

    0下载:
  2. matlab用法 主要用于线性规划,非线性规划,解决优化问题,作出最合理的决策等遗传算法程序-matlab usage is mainly used for linear programming, nonlinear programming to solve optimization problems, make the most rational decision-making, genetic algorithm
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:7.56kb
    • 提供者:刘旭
  1. matlab

    0下载:
  2. 本文主要有BP神经网络的非线性系统建模-非线性函数拟合,还有遗传算法优化BP神经网络-非线性函数拟合等。-In this paper, the BP neural network nonlinear system modeling- nonlinear fitting function, genetic algorithm to optimize BP neural network- non-linear function fitting.
  3. 所属分类:matlab

    • 发布日期:2015-03-20
    • 文件大小:628kb
    • 提供者:jack
  1. gen_algorithm

    0下载:
  2. 利用MATLAB实现遗传算法对非线性问题的求解,进行迭代计算-Genetic algorithms using MATLAB for solving nonlinear problems, iterative calculation
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1.38kb
    • 提供者:小飞
  1. chapter2

    0下载:
  2. 基于遗传算法和非线性规划的函数寻优算法的matlab程序-Function genetic algorithm optimization algorithm and Nonlinear Programming Based
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:26.05kb
    • 提供者:乔睿
  1. funga

    0下载:
  2. 简单的遗传算法MATLAB实现,解释详细,格雷编码,有交叉与变异操作,非线性排序选择-Simple genetic algorithm MATLAB realize, explained in detail, Gray code, there is crossover and mutation operation, nonlinear sort choose
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3.3kb
    • 提供者:xhz
  1. chapter2-GA-MATLAB

    0下载:
  2. 《MATLAB智能算法30个案例分析》(史峰等)chapter2 基于遗传算法和非线性规划的函数寻优算法- MATLAB intelligent algorithm 30 case studies (History of the peak, etc.) chapter2 function and genetic algorithm based on nonlinear programming optimization algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:31.67kb
    • 提供者:gloria
  1. fun

    0下载:
  2. 遗传算法主函数 MATLAB 代码主要部分如下。其中非线性函数的输入输出数据都在 data.mat文件中,input 矩阵为输入数据, output 矩阵为输出数据(The main function of genetic algorithm MATLAB code, the main parts are as follows. The input and output data of the nonlinear function are in the data.mat file, the in
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:1kb
    • 提供者:风12369874
  1. 遗传算法程序 matlab

    0下载:
  2. 为遗传算法的主程序; 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作(As the main program of genetic algorithm, binary Gray encoding is adopted, nonlinear ranking selection based on roulette method, uniform crossover, mutation operation, and inversion operat
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:3kb
    • 提供者:时章漫
  1. 基于遗传算法和非线性规划的函数寻优算法

    2下载:
  2. chapter2 基于遗传算法和非线性规划的函数寻优算法 《MATLAB智能算法30个案例分析》(史峰等)(30 case studies of MATLAB intelligent algorithm (Shi Feng et al.))
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:36kb
    • 提供者:南湖南
  1. 案例3 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 直接可用的matlab代码,用神经网络解决非线性函数拟合问题(Direct available matlab code to solve nonlinear function fitting problem by neural network)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:52kb
    • 提供者:东来东往CT
  1. 非线性规划MATLAB算法代码

    0下载:
  2. 运用matlab改进遗传算法求解非线性规划问题的最优解(Using MATLAB to improve genetic algorithm to solve the optimal solution of nonlinear programming problems..)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:22kb
    • 提供者:violetyan
« 12 3 »
搜珍网 www.dssz.com