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

搜索资源列表

  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. robot_lesson

    0下载:
  2. 一个使用贪婪算法解决机器人收集硬币问题的小练习。-use a greedy algorithm to solve the problem robot coin collection of small practice.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.78kb
    • 提供者:zbchun
  1. changyong

    0下载:
  2. 动态规划分治算法概率算法模拟退火算法神经网络搜索算法贪婪算法网上matlab遗传算法组合算法Floyd算法-dynamic programming algorithm partition probability algorithm simulated annealing neural network algorithm for the greedy algorithm search online matl ab genetic algorithm combination algorithm Fl
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.6mb
    • 提供者:dgdfgd
  1. tanlan

    0下载:
  2. 一种基于非贪婪策略的网络蜘蛛搜索,适用于人工智能中搜索的架构和研究的文章!
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-17
    • 文件大小:96.74kb
    • 提供者:liu
  1. Algorithm_Design

    0下载:
  2. 算法设计与分析,其中包括贪婪算法、分而治之算法、动态规划、回溯、分枝定界
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:113.99kb
    • 提供者:kiwi
  1. Algorithm

    0下载:
  2. 对贪婪算法做了详细的讲解,具体到生动的例子和代码示例,希望对大家有所帮助-Greedy algorithm for a detailed explanation, specific to the vivid examples and code samples, we hope to help
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:24.75kb
    • 提供者:ywl
  1. tanlansuanfa

    0下载:
  2. 贪婪算法——物料优化 awdtfgae-asaswdfdawtftjyuryusghsrtij
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:200.67kb
    • 提供者:chen
  1. TSP_GA

    2下载:
  2. 《智能优化算法》课的作业,用遗传算法解TSP问题。其间遇到了收敛速度慢的问题,也是在这个网找到了解决方案。大家下载的应该都是那个VC6的Windows程序。我这个是从零开始写的,大家看起来应该容易懂些。C++的Console程序,VC2005下编译。全部用STL,所以旧的编译器可能会有点问题。压缩包内有谢胜利的论文:《TSP遗传算法的改进》。正是用他的贪婪交配才使得10代左右解就收敛到很好。再次赞一下!-" Intelligent Optimization Algorithms"
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:585.38kb
    • 提供者:
  1. KnapsackProblemCLanguagesSourceCode)

    0下载:
  2. 背包问题(贪婪算法)c语言源代码。希望有帮助!-Knapsack problem (greedy algorithms) c language source code. Hope that helps!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1.07kb
    • 提供者:wang_yufang
  1. ACOKP1227

    1下载:
  2. 加入贪婪策略和遗传算法中的变异策略的混合蚁群算法-Join the greedy strategy and mutation strategy of ant colony algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:2.4kb
    • 提供者:xuqiang
  1. Ai

    0下载:
  2. 包括人工智能n皇后遗传法、回溯法、爬山法;罗马尼亚度假问题宽度优先、深度优先、贪婪算法、A*算法的实习报告。-N queen genetic methods, including artificial intelligence, backtracking, hill-climbing Romania vacation problem breadth-first, depth-first, greedy algorithm, A* algorithm internship report.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:132.94kb
    • 提供者:tian
  1. yingyongGAjiejue0-1beibaowenti

    0下载:
  2. 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题。-The greedy repair method and genetic algorithm combined to form hybrid genetic algorithm, and solve the classic knapsack problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:5.27kb
    • 提供者:齐青萍
  1. hybrid-genetic-algorithm--

    2下载:
  2. 用混和遗传算法求解0-1背包问题 将贪婪修复方法与遗传算法相结合,构成混和遗传算法,并求解经典背包问题-The hybrid genetic algorithm to solve knapsack problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:2.02kb
    • 提供者:陈凯
  1. rw-test

    0下载:
  2. 基于贪婪式算法,完成逻辑网络到底层网络的映射程序。-Complete mapping of the logical network to the underlying network, based on the greedy algorithm.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:191.33kb
    • 提供者:东东
  1. the-greedy-algorithm

    0下载:
  2. 算法设计与分析(第4章 贪婪算法),主要介绍贪婪算法-Algorithm Design and Analysis (Chapter 4, the greedy algorithm), introduces a greedy algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:26.89kb
    • 提供者:刘强
  1. Greedy-algorithm

    0下载:
  2. 贪婪算法是一种对某些求最优解问题的更简单、更迅速的设计技术,对范围相当广泛的许多问题他能产生整体最优解或者是整体最优解的近似解-Greedy algorithm is an optimal solution for some problems simpler, more rapid design techniques for a wide range of many of the problems that he could produce an overall optimal solution
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:88.01kb
    • 提供者:周易
  1. chafensuanfa

    0下载:
  2. 差分进化算法(DE)是一种用于优化问题的启发式算法。本质上说,它是一种基于实数编码的具有保优思想的贪婪遗传算法[1] 。同遗传算法一样,差分进化算法包含变异和交叉操作,但同时相较于遗传算法的选择操作,差分进化算法采用一对一的淘汰机制来更新种群。由于差分进化算法在连续域优化问题的优势已获得广泛应用,并引发进化算法研究领域的热潮。 差分进化算法由Storn 以及Price [2]提出,算法的原理采用对个体进行方向扰动,以达到对个体的函数值进行下降的目的,同其他进化算法一样,差分进化算法不利用函数的梯
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:7.15kb
    • 提供者:王柯
  1. HCGreedy

    0下载:
  2. 一种贪婪算法编码,可用于各种强化学习的实现中。-Encoding a greedy algorithm can be used to achieve a variety of reinforcement learning.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:621byte
    • 提供者:韩超
  1. Matlab十大算法源代码

    0下载:
  2. Floyd算法,概率算法,类比法,蒙特卡洛,神经网络,贪婪算法,模拟退火算法,灰色预测,遗传算法等(Floyd algorithm, probability algorithm, analogy method, Monte Carlo, neural network, greedy algorithm, simulated annealing algorithm, grey prediction, genetic algorithm, etc.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:9.13mb
    • 提供者:peanut0414
  1. 贪婪算法

    0下载:
  2. 贪婪算法 对这种算法的一种深入优化,方便运算(A thorough optimization of this algorithm by greedy algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

« 12 »
搜珍网 www.dssz.com