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

搜索资源列表

  1. timu

    0下载:
  2. 用于m=2 的机器调度问题,可求出最优解与花费的时间-m = 2 for the machine scheduling problems, the optimal solution can be obtained with the time
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.29kb
    • 提供者:吴习
  1. 遗传算法c++程序

    1下载:
  2. 首先采用某种编码方式将解空间映射到编码空间,每个编码对应问题的一个解,称为染色体或个体。一般通过随机方法确定起始的一群个体,称为种群,在种群中根据适应值或某种竞争机制选择个体,使用各种遗传操作算子产生下一代如此进化下去,直到满足期望的终止条件。-begin using some form of coding mapping to the solution space coding space, each encoding a corresponding solution to the probl
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:6.2kb
    • 提供者:qianyg
  1. tanxin

    0下载:
  2. 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Greedy algorithm (also known as t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.14kb
    • 提供者:王卫红
  1. NEA

    0下载:
  2. 针对现有遗传算法在多维非线性优选方面的不足,本文提出了一种基于小生境进化算法(NEA)的非线性优选模型,探讨了NEA算法的参数选择原则。通过大量仿真和比较,表明算法在复杂非线性优选中具有快速、高效、鲁棒性强的特点,并能在全局范围内有效搜索所有最优解。 -against existing genetic algorithms in three-dimensional nonlinear optimization for the shortage, the paper presents a ni
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:37.14kb
    • 提供者:黄善理
  1. 用Delphi开发的遗传算法源程序

    0下载:
  2. 开发环境:Delphi 简要说明:TGABase is a abstract class. You must Derivate a sub_class from it. You must override abstract function calculateFitness. By the way, this class can only get minimum solution -development environment : Delphi Brief Descr iption :
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.46kb
    • 提供者:刘华
  1. Taquin_v1.1.tar

    0下载:
  2. 这是个解决八码问题的程序,是外国人编的,用了图形处理技术,请大家参考-This is a solution of 8 yards procedures, the series is a foreigner, his use of graphics processing technology, please refer to
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14.86kb
    • 提供者:线线
  1. TSP.ZIP

    0下载:
  2. 用pascal写的hopfield神经网络解决TSP问题的代码。-with the neural network solution hopfield TSP code.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14.9kb
    • 提供者:刘洋
  1. GeneticAlgorithm

    1下载:
  2. 用遗传算法解决函数优化问题原代码 求出最优解与迭代次数-genetic algorithm optimization function source obtained with the optimal solution iterations
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.3kb
    • 提供者:小翠
  1. 8数码A算法

    0下载:
  2. 设计说明:1。数据结构和表示:程序用1、2、3、4分别表示将右、上、左、下的数字块移动到空格之中。采用典型的树+链表结构,每种局面产生一个BoardState类。出于避免走法顺序列表被过多复制的考虑,在树结构中保存局面的继承关系。每种新的局面产生后,引用估值函数产生f的值,再根据大小将其插入链表之中,以便实现“优先展开f值小的节点”。Solve()函数在成功解决问题之后保存一个走法序列供输出并返回零,而失败则返回失败处的节点层数。(具体的判断方法见后文)-Design Notes : 1. Da
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13.28kb
    • 提供者:陈士骞
  1. NeuralNetworkDemo-0.1-src

    0下载:
  2. 难得一见的C#神经网络建模,吐血推荐,全面解决神经网络的各种问题.-rare to see a C# neural network modeling, vomiting blood recommendation, a comprehensive solution to the neural network problems.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:130.83kb
    • 提供者:李力
  1. GA_01Knap

    0下载:
  2. 用遗传算法解决背包问题,可以求最优解,也可以自己设定次数-using genetic algorithms to solve knapsack problem, the optimal solution can help, can set its own number
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:70.84kb
    • 提供者:小刚
  1. vb-GA

    1下载:
  2. 用VISUAL BASIC写的遗传算法模板,可以实现一元高次方程的最大值或最小值的求解-with VISUAL BASIC to write the genetic algorithm template, one yuan can achieve high equation maximum or minimum Solution
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.78kb
    • 提供者:严伟
  1. astarsousuo

    0下载:
  2. c语言实现的A*算法,此算法用于搜索解空间,喜欢人工智能的同志过来下载吧-the A * algorithm, the algorithm used to search for the solution space, like artificial intelligence comrades download it up
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3.29kb
    • 提供者:王万里
  1. bpnnet

    0下载:
  2. 这是一个解决XOR问题的基于BP神经网络的C语言程序 隐层中有一个节点-This is a solution to the problem XOR BP neural network-based C language program hidden layer is a node
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11.86kb
    • 提供者:金阳
  1. digit15

    0下载:
  2. 一个解决15数码的问题,里面有个读文件的函数,需要自己编一个矩阵文件。-a solution to the digital issue, which has a reading of the document function, it needs its own part of a matrix document.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1.87kb
    • 提供者:吴凡
  1. digit8_dfs

    0下载:
  2. 8数码问题深度遍历解法,里面有一个读文件的说明,请自己写一个矩阵文件让程序读入即可。-eight digital depth Traversal Solution to the problem, and they read a paper, please write their own documents for a matrix procedure can be read.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.02kb
    • 提供者:吴凡
  1. 8queensProblem

    0下载:
  2. 搜索8皇后问题的第一个解。使用了两种方法:1.普通的回朔法搜索。 2.修改后的搜索(先搜索most contrainted变量的方法) 使用vc++.net 2003开发 -search of a solution. The use of two methods : 1. General Re search Schomburg law. 2. After the revised search (first search contrainted most variable method)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.37kb
    • 提供者:沈宏伟
  1. GA-1

    0下载:
  2. 一个利用遗传算法求解最优解的程序 主要是利用遗传算法迭代寻求最优的逼近解-using a genetic algorithm for optimal solution of the main procedures is the use of genetic algorithms for optimal iterative approximation Solutions
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.02kb
    • 提供者:薛燕
  1. ultimate-solution-of-network-flow

    0下载:
  2. 网络流终极解包裹程序,自动绕过包裹相位图的残差点,得到好的解包裹结果。-The ultimate solution of network flow wrapping other programs to automatically bypass the wrapped phase map of the residual was almost good unwrapping results.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-01-28
    • 文件大小:969.24kb
    • 提供者:shingoxy
  1. Genetic-algorithm-solution

    0下载:
  2. 遗传算法求解 -源程序 通过遗传算法求解优化问题-Genetic algorithm solution - source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:4.07kb
    • 提供者:连彦超
« 12 3 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com