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

搜索资源列表

  1. 用遗传算法综合波束赋形基站天线

    1下载:
  2. 用遗传算法综合波束赋形基站天线。。。。。。。。。。。。。。。。。。。。。(A genetic algorithm is used to beam the antenna)
  3. 所属分类:其他

  1. fortran的遗传算法源程序

    4下载:
  2. fortran的遗传算法源程序,仅供参考(Source code for GA in FORTRAN)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-26
    • 文件大小:11264
    • 提供者:梳子szang
  1. 遗传算法选择算子

    0下载:
  2. 有关于遗传算法中一些经典选择算子的MATLAB实现(Some Realizations of Classical Selection Operators in Genetic Algorithms)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:长安逸魂
  1. 遗传算法变异算子

    0下载:
  2. 有关遗传算法中一些经典的变异算子的MATLAB实现(Some Realistic Variation Operators in Genetic Algorithms)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:长安逸魂
  1. 灰色预测和遗传算法

    1下载:
  2. 本 算法给了一个灰色预测和遗传算法的范例(This algorithm gives an example of grey prediction and genetic algorithm)
  3. 所属分类:matlab例程

  1. chapter2基于遗传算法和非线性规划的函数寻优算法

    1下载:
  2. 这是算法30案例的第二张源码,基于遗传算法和非线性规划的函数寻优算法(A function optimization algorithm based on genetic algorithm and nonlinear programming)
  3. 所属分类:书籍源码

    • 发布日期:2017-12-19
    • 文件大小:33792
    • 提供者:小禹哥哥
  1. 遗传算法和BP人工神经网络算法C++实现代码

    0下载:
  2. 遗传算法实现代码,帮助各位学习人工智能学习。(Genetic algorithm to achieve code, to help you learn Artificial Intelligence learning.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:513024
    • 提供者:鼎折覆餗
  1. 遗传算法

    0下载:
  2. 遗传算法是计算数学中用于解决最佳化的搜索算法,是进化算法的一种。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。(Genetic algorithm is used to solve optimization search algorithm in computational mathematics, is a kind of evolutionary algorithms.Evolutionary algorithm was original
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:5120
    • 提供者:名字好难
  1. 遗传算法案例

    0下载:
  2. 遗传算法通常实现方式为一种计算机模拟。对于一个最优化问题,一定数量的候选解(称为个体)的抽象表示(称为染色体)的种群向更好的解进化。(Genetic algorithms are usually implemented in a computer simulation. The abstract representation of a certain number of candidate solutions (called individuals) in an optimization pro
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:名字好难
  1. matlab遗传算法程序

    0下载:
  2. 遗传算法编程文件,可在matlab中运行,可用作新手变成练习。(Genetic algorithm programming file)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:6144
    • 提供者:foryy
  1. chapter2基于遗传算法和非线性规划的函数寻优算法

    0下载:
  2. 通用遗传算法代码基于遗传算法和非线性规划的函数寻优算法(GAGeneric genetic algorithm code based on genetic algorithm and nonlinear programming function optimization algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-27
    • 文件大小:37888
    • 提供者:神王洋洋
  1. 遗传算法(精英选择)-matlab

    6下载:
  2. 描述了带有精英选择策略的遗传算法优化方法,主要有别于以往的轮盘赌选择方法,改进了性能(introduce a select factor into GA algotitm to improve the characteristic of GA itself)
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:197632
    • 提供者:```hollyshee9
  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
    • 文件大小:56320
    • 提供者:JackeeY
  1. 遗传算法MATLAB源代码,TPS

    0下载:
  2. 运用matlab遗传算法解决TPS,实用(Using Matlab genetic algorithm to solve TPS, practical)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:巴二二
  1. 简单函数优化的遗传算法程序

    0下载:
  2. 遗传算法基础的几个function,可以先看看,对遗传算法有个大概认识。 对建模很有帮助。(functions about genetic algorithm, using matlab)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:4096
    • 提供者:Kelly0928
  1. 用遗传算法优化BP神经网络的Matlab编程实例

    3下载:
  2. 用遗传算法优化BP神经网络的Matlab编程实例,非常实用(BP neural network optimization using genetic algorithm Matlab programming examples, very practical)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 遗传算法例子

    0下载:
  2. matlab遗传算法的实例,可以作为入门学习的材料(Matlab genetic algorithm examples for learning)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:3072
    • 提供者:dorassir
  1. 遗传算法优化RBF神经网络

    3下载:
  2. 遗传算法优化RBF神经网络逼近非线性函数,具有较好的效果(Genetic algorithm, optimization, RBF neural network, approximation)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:82944
    • 提供者:苏琳琳
  1. 《Matlab遗传算法工具箱及应用》源码

    1下载:
  2. 《Matlab遗传算法工具箱及应用》源码,雷俊杰版,适用于基础薄弱的学者(genetic algorithm toolbox and application Matlab source, Lei Junjie version, suitable for the weak foundation of the scholars)
  3. 所属分类:其他

    • 发布日期:2017-12-27
    • 文件大小:1395712
    • 提供者:牛娃
  1. 遗传算法

    0下载:
  2. 遗传算法matlab程序应用实例,详细介绍了遗传算法的使用(Genetic algorithm matlab application examples, introduced in detail the use of genetic algorithms)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:6144
    • 提供者:超神1997
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com