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

搜索资源列表

  1. HRD5-26

    0下载:
  2. 一个简单的华容道的算法;很适合初学者学习参考。-a simple algorithm HuaRong Road; Very suitable for beginners learning reference.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:35.99kb
    • 提供者:igor
  1. GA遗传算法的入门教学PPT

    1下载:
  2. 遗传算法的入门教学PPT,包括一些简单的matlab实现程序。-Genetic algorithm tutorial PPT, including the realization of some simple matlab program.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-24
    • 文件大小:781.49kb
    • 提供者:YJN
  1. yiyuanhanshu

    0下载:
  2. 简单一元函数优化实例,利用遗传算法计算下面函数的最大值-One dollar a simple example of function optimization using genetic algorithm function below the maximum
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1.25kb
    • 提供者:齐乐
  1. AStar

    0下载:
  2. 模式识别中的寻路算法:A星算法的实现及简单应用-Pattern Recognition routing algorithm: A Star algorithm and a simple application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:61.65kb
    • 提供者:丁丁
  1. SGA

    0下载:
  2. 简单的遗传算法源代码,挺实用的,大家可以借鉴-Simple genetic algorithm source code, very useful, we can learn from
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2.48kb
    • 提供者:asdfasdf
  1. BP_nerve

    0下载:
  2. BP神经网络算法是一简单算法,程序简单,适合于简单网络。-BP neural network algorithm is a simple algorithm, the procedure is simple, suitable for simple network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:7.16kb
    • 提供者:殷慧琳
  1. 6node-multipath

    0下载:
  2. 6节点多路由的ns文件,是一种简单的蚁群算法实现源文件有英文分段,无注释-6 multi-node routing ns documents, is a simple ant colony algorithm to achieve sub-source file is available in English, non-Notes
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1.4kb
    • 提供者:王健
  1. NNK

    0下载:
  2. 野人传教士NNK 产生式系统简单实例 非常经典的算法 -Savage missionaries NNK production system is a classic example of a simple algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:7.25kb
    • 提供者:laozi
  1. GA

    0下载:
  2. 简单的遗传算法源程序,你可以运行及参考,初步掌握遗传算法的过程-Simple genetic algorithm source code, you can run and reference, the initial grasp the process of genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:5.99kb
    • 提供者:Anni
  1. 10100001

    0下载:
  2. 用遗传算法实现简单的组合逻辑电路(四输入,任意输出的组合逻辑)-Genetic algorithm is used to realize a simple combinational logic circuit (four input, any combination of the output logic)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:73.48kb
    • 提供者:coolfish
  1. bsga

    0下载:
  2. 一个简单遗传算法的程序,能够实现模拟低通滤波器的设计。-A simple genetic algorithm procedure, to achieve analog low-pass filter design.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:247.08kb
    • 提供者:朱健华
  1. temp

    0下载:
  2. 这是一个简单实用的实数编码遗传算法源代码,清晰,方便。-This is a simple and practical real-coded genetic algorithm source code, clear and convenient.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1.75kb
    • 提供者:侯典林
  1. Genetic_Algorithm

    0下载:
  2. 利用matlab编写的一些简单函数优化的遗传算法程序~-Matlab prepared to use some simple function of the genetic algorithm optimization process ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:4.38kb
    • 提供者:何洪举
  1. Simple-function-of-the-genetic-algorithm-optimizat

    0下载:
  2. 使用一系列简单函数对遗传算法进行的改进,克服了传统遗传算法难以全局寻优的缺点。-The use of a series of simple function of the genetic algorithm to improve and overcome the traditional genetic algorithm global optimization difficult shortcomings.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:4.42kb
    • 提供者:孙岩
  1. ga

    1下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法,它最初由美国Michigan大学J.Holland教授于1975年首先提出来的,并出版了颇有影响的专著《Adaptation in Natural and Artificial Systems》,GA这个名称才逐渐为人所知,J.Holland教授所提出的GA通常为简单遗传算法(SGA),遗传算法简单源程序。-Genetic Algorit
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-09-29
    • 文件大小:101.83kb
    • 提供者:周武静
  1. VbGobang

    0下载:
  2. 很好的五子棋vb程序,简单的算法,对ai的学习可以初步的学习,另外也是课设很好的参考资料。-Vb Gobang good procedure, a simple algorithm, the learning of ai can be the initial study, the other is a very good lesson for reference.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:3.21kb
    • 提供者:liang
  1. xiaoNN1

    0下载:
  2. 小波神经网络仿真程序,希望与大家交流,这是一个简单的练习算法程序。-Wavelet neural network simulation program, I hope to share with you, this is a simple algorithm to practice procedures.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:1.29kb
    • 提供者:ian
  1. LRTA

    0下载:
  2. 关于联机搜索智能体,实现的简单算法,LRTA算法。-With regard to on-line search agent to achieve a simple algorithm, LRTA algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:258.99kb
    • 提供者:黄鑫
  1. Trilateral-exchange-simple-algorithm

    0下载:
  2. 图论里面的三边交互算法,matlab编制的-The trilateral exchange simple algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:3.03kb
    • 提供者:李元帅
  1. simple

    0下载:
  2. In computational fluid dynamics (CFD), SIMPLE algorithm is a widely used numerical procedure to solve the Navier-Stokes equations. SIMPLE is an acronym for Semi-Implicit Method for Pressure Linked Equations. The SIMPLE algorithm was developed by P
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:1kb
    • 提供者:SASASA89
« 12 3 4 5 6 7 8 9 10 ... 29 »
搜珍网 www.dssz.com