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

搜索资源列表

  1. 用Fortran实现的bp算法程序

    1下载:
  2. 这是用Fortran实现的bp算法程序,供大家自学参-This is achieved using Fortran bp algorithm, for your self-Participation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2380
    • 提供者:江原
  1. 阻尼PSO算法(MT一维反演应用)

    2下载:
  2. 反演采用非线性反演算法----微粒群算法。 正演程序为Fortran编写的DLL 软件界面和反演算法用C#编写。 资源发布仅供交流:mou_yq@126.com
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-12-19
    • 文件大小:922822
    • 提供者:mou_yq
  1. 二进制遗传算法Fortran

    1下载:
  2. 这是一个Fortran77编写的标准遗传算法,采用了二进制编码方式,小生境技术等,含有源代码,设置参数比较多,但是解释的比较详细。
  3. 所属分类:人工智能/神经网络/遗传算法

  1. mpso1.rar

    1下载:
  2. 这是一个经过改进的PSO算法,是用FORTRAN语言编写的,因为此语言计算速度快,适合PSO的应用,收敛速度明显加快,并且这是改优化后的PSO程序,比标准的速度快。,This is an improved PSO algorithm, are used FORTRAN language, because this language computing speed, suitable PSO applications, significantly speeding up the convergen
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-12
    • 文件大小:524
    • 提供者:xin
  1. nnf

    1下载:
  2. fortran版 神经网络遗传算法-fortran version of neural network genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-08
    • 文件大小:11949
    • 提供者:王芳
  1. GA

    2下载:
  2. FORTRAN 遗传算法,通用程序,可用于各类非线性反演-FORTRAN genetic algorithm, generic procedure can be used for various types of non-linear inversion
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:39680
    • 提供者:jrjin
  1. 3geIVn9O

    1下载:
  2. fortran 语 言 编 写 基 本 遗 传 算 法 源 程 序 fortran Genetic Algorithms written by FORTRAN
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-29
    • 文件大小:12046
    • 提供者:chengzedong
  1. DE_FORTRAN90

    0下载:
  2. 新近出现的很好的计算智能算法,具有很强的鲁棒性,用它发过论文.-It is a very good optimization arithmetic.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3403
    • 提供者:江南
  1. ga

    1下载:
  2. 优化算法之遗传算法,可用之优化模型参数等,还可以进行搜索-ga
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:36291
    • 提供者:张超
  1. BP

    0下载:
  2. 该程序实现BP算法 分别用了用C++,Matlab,Fortran来实现 大家可以对比下 希望有帮助-The program were used to achieve the BP algorithm using C++, Matlab, Fortran to realize that we can hope that help contrasting
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:5124
    • 提供者:李莉莉
  1. SGA

    0下载:
  2. 实数编码的遗传算法程序,FORTRAN编写-real code ga
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1951
    • 提供者:刘银芳
  1. GA

    0下载:
  2. 实现Blend Crossover 遗传算法的源码, Compaq Visual Fortran 平台-Blend Crossover genetic algorithm, Compaq Visual Fortran platform
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:377647
    • 提供者:Zhen
  1. GAGA

    2下载:
  2. 这是一个非常基本的遗传算法源程序,很简单,可以下来学习探讨。-This is a very basic genetic algorithm source code, very simple, you can learn off of.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3402
    • 提供者:peter
  1. GA.ZIP

    1下载:
  2. 这是另一个采用FORTRAN语言编写的遗传算法的源程序,包括很多交叉和变异模型。-This is another use of FORTRAN language source of genetic algorithms, including a lot of crossover and mutation model.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:39239
    • 提供者:peter
  1. 2

    0下载:
  2. 我们研究小组应用matlab在遗传算法中的应用-matlab in raca
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1736
    • 提供者:颜晓勉
  1. MyGa_1.0

    0下载:
  2. 基于Fortran语言的实数编码的遗传算法,非并行版本,里面有多种常见的选择算子,交叉算子,变异算子可选,并加入了小生境技术,最佳个体保存技术。对学习遗传算法的朋友们很有帮助。-Fortran-based language for real-coded genetic algorithm, non-parallel version, there are many common selection operator, crossover operator, mutation operator is
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:454155
    • 提供者:彭鑫
  1. GA-fortran

    0下载:
  2. 遗传算法的fortran程序,很详细的,很有用,欢迎下载-Genetic algorithm fortran program, very detailed, useful, welcome to download
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:209829
    • 提供者:jkyr
  1. genetic-algorithm-fortran

    0下载:
  2. 优化问题的求解 遗传算法fortran源程序,-Optimization problem solving genetic algorithm fortran source,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-21
    • 文件大小:3425
    • 提供者:douhq
  1. GA-taylor-Fortran

    0下载:
  2. 采用二进制编码,实现遗传算法功能,并添加了泰勒幅度激励这一功能 -Binary coding, Genetic algorithms function, and Taylor added incentive of this magnitude function
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:3266
    • 提供者:
  1. GA-fortran

    0下载:
  2. 微遗传算法应用于全局搜索,并行性搜索。是传统遗传算法的改进-Micro genetic algorithm global search, parallel search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:228646
    • 提供者:支瑞
« 12 3 »
搜珍网 www.dssz.com