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

搜索资源列表

  1. GA_bin

    0下载:
  2. 在matlab环境下,利用遗传算法解决非线性分类问题-In the matlab environment, the use of genetic algorithms to solve nonlinear classification problems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1.24kb
    • 提供者:王渝
  1. ANN_andGA_in_the_Multi-sediment_Flood_Forecasting.

    0下载:
  2. 作者采用具有高度非线性识别能力的人工神经网络与遗传算法相结合的方法,探讨了建立智能预报模型的基本方法,进一步对如何提高预报精度的问题进行了研究,并结合黄河洪水预报实例检验了神经网络模型的可行性。-The author used to identify the capacity of highly non-linear artificial neural network combining with genetic algorithm approach to explore the establi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:99.1kb
    • 提供者:Eason.Yuan
  1. ga1

    0下载:
  2. 遗传算法程序说明: fga.m 为遗传算法的主程序 采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作!-Descr iption of the procedures for genetic algorithms: fga.m main program for the genetic algorithm using binary Gray encoding, roulette wheel based on the law of non-line
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3.4kb
    • 提供者:hexing
  1. FLch6eg2

    0下载:
  2. 采用基于遗传算法的神经网络学习非线性函数。目标函数为:yp=1-exp(-i/2).-Genetic algorithm-based neural network learning of nonlinear functions. The objective function as: yp = 1-exp (-i/2).
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:998byte
    • 提供者:fu_jasmine
  1. LPC_Project

    0下载:
  2. 线性预测算法基于遗传算法-支持向量机的水库叶绿素a浓度短期预测非线性时序模型,利学水 报 2009 年 1 月 SHUILI XUEBAO 第第 40 卷 1 期文章编号 :055929350 2009 0120046206 基于遗传算法 -matlab Linear prediction algorithm is based on genetic algorithm- support vector machine reservoir chlorophyll-a concentration of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3.34kb
    • 提供者:微软
  1. GA

    0下载:
  2. VC 遗传算法。文件中包括多个程序代码,有最基本二进制遗传代码。 另外包含多个改进遗传算法代码,C语言开发。在VC下可运行。 唯一需要改进的是:第一:目标函数(结合你自己需要求解的问题) 第二:随机函数。(代码中是自己写的库,在一些电脑上运行不正确。可以换成已有的rand)。在我另外上传的一个资料中已经更正。但这是最原始的,容易理解。所以上传上来。-Gene Algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.39mb
    • 提供者:zhoulimin
  1. gatool

    1下载:
  2. 用遗传算法开发的一个求解非线性规划的例子,罚函数限制可行域,非常实用,稍微修改就可用于别的例程。-The development of a genetic algorithm for solving linear programming examples, penalty limit the feasible region, very practical, can be slightly modified for the other routines.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:1.64kb
    • 提供者:李强
  1. matlabgb

    0下载:
  2. 非线性整数规划的遗传算法Matlab程序-Genetic Algorithm for Nonlinear Integer Programming Matlab program
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:59.78kb
    • 提供者:松哥
  1. NlIP-genetic

    0下载:
  2. 非线性整数规划的遗传算法Matlab程序-non linear integer programming genetic algorithm matlab code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-15
    • 文件大小:7.61kb
    • 提供者:梁丽
  1. GA(matlab)

    0下载:
  2. 三个matlab实现的遗传算法,采用二进制Gray编码,采用基于轮盘赌法的非线性排名选择, 均匀交叉,变异操作,而且还引入了倒位操作-Three matlab genetic algorithm implemented using a binary Gray code, roulette method based on linear ranking selection, uniform crossover and mutation, but also introduces the inversi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:18.96kb
    • 提供者:cici
  1. Genetic Nonlinear Matlab

    1下载:
  2. 遗传算法虽然全局搜索能力较强,但是局部搜索能力较弱,一般只能搜索到函数优化问题的次优解,而不是最优解,特别是函数具有多个峰值时,遗传算法易陷入局部极小,不能找到真正的全局最优解。非线性规划因多采用梯度下降方法求解,而具有极强的局部搜索能力。因此,本源代码结合两种算法的优点,一方面采用遗传算法进行全局搜索,另一方面采用非线性规划进行局部搜索,以得到函数优化问题的全局最优解。实验证明,这种方法不仅能解决多峰函数寻优易陷入局部极小的问题,而且具有很高的迭代寻优效率,取得了满意的结果。-Global s
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-07
    • 文件大小:43.13kb
    • 提供者:乐乐
  1. 30-cases-in-matlab

    1下载:
  2. MATLAB智能算法30个案例分析,109页的详细讲解,程序和程序注解,可以直接复制代码。包括遗传算法,基于遗传算法和非线性规划的函数寻优算法,遗传算法工具箱详解及应用,多种群遗传算法的函数优化算法, 基于粒子群算法的多目标搜索算法,基于多层编码遗传算法的车间调度算法,基于遗传模拟退火算法的聚类算法,蚁群算法,支持向量机等等30章。-MATLAB intelligent algorithm 30 case studies, 109 detailed explanations, procedur
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:1.49mb
    • 提供者:Binjie Liao
  1. Matlab-GA

    0下载:
  2. Matlab用遗传算法求解多目标非线性的数学模型-Matlab genetic algorithm for multi-objective nonlinear mathematical model
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:154.32kb
    • 提供者:娇娇
  1. yichuansuanfa.tar

    0下载:
  2. 遗传算法计算非线性优化问题的matlab计算程序。-Matlab program for computing nonlinear optimization problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1.17kb
    • 提供者:jessily
  1. GE.m

    2下载:
  2. 遗传算法解非线性方程组的Matlab程序,有详细说明。-Genetic algorithm for solving nonlinear equations Matlab procedures, described in detail.
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-12-18
    • 文件大小:20kb
    • 提供者:彭荣鲲
  1. GEfornonlinereq

    2下载:
  2. 用遗传算法解非线性方程组的Matlab程序,包含程序流程的文字说明。-Genetic algorithm for solving nonlinear equations Matlab program, the program is described in detail.
  3. 所属分类:AI-NN-PR

    • 发布日期:2014-12-18
    • 文件大小:19kb
    • 提供者:彭荣鲲
  1. GA-BP

    1下载:
  2. 神经网络遗传算法用于非线性函数的极值寻优matlab代码-Extreme Optimization matlab code of neural network genetic algorithm for nonlinear function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-30
    • 文件大小:100.1kb
    • 提供者:ZXF11
  1. Maltab-basic-study

    0下载:
  2. matlab初学者常用算法的源代码,共16个,包含遗传算法、非线性规划、灰色模型等。-matlab algorithm source code used for beginners, a total of 16, comprising a genetic algorithm, Nonlinear Programming, gray models.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:3.11mb
    • 提供者:jacktang023
  1. 遗传算法优化BP神经网络——非线性函数拟合

    3下载:
  2. 遗传算法优化 BP 神经网络分为 BP 神经网络结构确定、遗传算法优化和 BP 神经网络预 测 3 个部分。 BP 神经网络预测用遗传算法得到最优个体对网络初始权值和阔值赋值,网络经训练后预测函数输出。(Genetic algorithm optimization BP neural network is divided into 3 parts: BP neural network structure determination, genetic algorithm optimization
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:55kb
    • 提供者:JackeeY
  1. Function optimization algorithm

    1下载:
  2. 遗传算法提供了求解非线性规划的通用框架,它不依赖于问题的具体领域。遗传算法的优点是将问题参数编码成染色体后进行优化, 而不针对参数本身, 从而不受函数约束条件的限制; 搜索过程从问题解的一个集合开始, 而不是单个个体, 具有隐含并行搜索特性, 可大大减少陷入局部最小的可能性。而且优化计算时算法不依赖于梯度信息,且不要求目标函数连续及可导,使其适于求解传统搜索方法难以解决的大规模、非线性组合优化问题。(Genetic algorithm provides a general framework f
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-04-18
    • 文件大小:33kb
    • 提供者:FZenjoys
« 12 »
搜珍网 www.dssz.com