CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 启发式

搜索资源列表

  1. 启发式搜索解决八数码难题

    0下载:
  2. 启发式搜索解决八数码难题-heuristic problem solving eight digital
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:3.96kb
    • 提供者:张科
  1. 启发式搜索算法来解决八数码

    0下载:
  2. 本程序采用全局择优的启发式搜索算法来解决八数码问题
  3. 所属分类:源码下载

  1. 启发式搜索

    0下载:
  2. 利用启发式修补解N皇后问题
  3. 所属分类:Windows编程

  1. 用户界面与测评启发式报告

    0下载:
  2. 本报告给出了用户界面与评测课程中的启发式报告的基本格式。希望给大家提供帮助呀。
  3. 所属分类:文档资料

    • 发布日期:2011-06-28
    • 文件大小:41.5kb
    • 提供者:yegeqianyin
  1. sudoku

    0下载:
  2. 采用启发式搜索算法,能解任意合法的数独(由input.txt文件输入),还能自动生成唯一解的数独初局-Using heuristic search algorithm, to obtain any number of legal independence (from the input.txt file input), can automatically generate a unique solution of the early Sudoku Board
  3. 所属分类:Other Riddle games

    • 发布日期:2017-03-24
    • 文件大小:4.37kb
    • 提供者:王加福
  1. wode_bashuma

    0下载:
  2. 八数码难题 A*算法 利用堆栈实现启发式搜索-Eight digital dilemma A* algorithm uses the stack to achieve heuristic search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:11.97kb
    • 提供者:laozi
  1. Cpp1

    0下载:
  2. c++ plamer法排序 Palmer启发式算法是基于作业的加工时间按斜度顺序指标排列作业的启发式算法。按机器的顺序,加工时间趋于增加的作业被赋予较大的优先权数。 -c++ plamer Act Sort Palmer heuristic algorithm is based on the operation of the processing time as a gradient sequence with operation indicators heuristic algorit
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-26
    • 文件大小:1012byte
    • 提供者:张龙
  1. Optimizers

    0下载:
  2. 一系列好用的用户友好的启发式优化算法,包括非自适应算法,基于模拟退火算法的种群算法,基本遗传算法,差分进化算法以及粒子群优化算法。此外,也包括神圣算法,它利用了所有这些优化算子,虽然有时交换种群之间的不同算法。-A nice set of user-friendly heuristic optimizers. Included are a non-adaptive, population based Simulated Annealing algorithm, a basic Genetic A
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:26.22kb
    • 提供者:竹子的信仰
  1. qifashisousuo

    1下载:
  2. 启发式搜索就是在状态空间中的搜索对每一个搜索的位置进行评估,得到最好的位置,再从这个位置进行搜索直到目标。这样可以省略大量无畏的搜索路径,提到了效率-Heuristic search in state-space search for each search position to assess the best location, and then search from this position until the goal. This will omit a large number o
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-11
    • 文件大小:161.88kb
    • 提供者:光远
  1. RWXML8

    1下载:
  2. 分别用贪心算法和启发式算法对测试用例集进行了最小化。-the Greedy and Heuristic is used to minimized the test suite.
  3. 所属分类:Other systems

    • 发布日期:2017-05-16
    • 文件大小:3.67mb
    • 提供者:龚有平
  1. ldfs

    0下载:
  2. 基于学习的深度优先搜索算法,一种通用的启发式搜索算法用于确定的,非确定以及MDPs环境中-Learning Depth-First Search:A Unified Approach to Heuristic Search in Deterministic and Non-Deterministic Settings,and its application to MDPs
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-02
    • 文件大小:707.51kb
    • 提供者:刘小飞
  1. NineGrid

    1下载:
  2. 八数码问题的C++程序代码。八数码问题是个典型的状态图搜索问题。搜索方式有两种基本的方式,即树式搜索和线式搜索。搜索策略大体有盲目搜索和启发式搜索两大类。盲目搜索就是无“向导”的搜索,启发式搜索就是有“向导”的搜索。-8 digital issues of C++ program code. Digital 8 is a typical problem of the state map search problems. There are two basic search methods, na
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:53.76kb
    • 提供者:李建峰
  1. CHAPTER5

    1下载:
  2. 遗传算法是一种模拟生物进化机制的随机全局优化搜索方法,具有很强的全局优化能力及鲁棒性。遗传算法属于直接搜索法,对适应函数基本无限制,既不要求连续,也不要求函数可微,而且不需要初始信息可以寻求全局最优解克服了单纯形算法初始条件影响大,易陷入局部最小等缺点,操作方便,速度快,不需要复杂的规则,且可用于多目标寻优,在解空间进行高效启发式搜索,可以提高运算速度。-The genetic algorithm is one simulation organic evolution mechanism sto
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2016-05-11
    • 文件大小:3.2kb
    • 提供者:大同小异
  1. eightnumber

    0下载:
  2. 人工智能的期末课程设计,实现了AI部分,用启发式搜索查找最短路径-Artificial intelligence at the end of curriculum design, the realization of part of the AI, using heuristic search to find the shortest path
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:723.75kb
    • 提供者:朱建杰
  1. JULIEI

    1下载:
  2. 用MATLAB进行时间序列分析,聚类分析和启发式算法一些介绍。个人收集,很有价值-Using MATLAB to carry out time series analysis, clustering analysis and heuristic introduction. Personal collection, great value
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:3.21mb
    • 提供者:张明
  1. qifa

    0下载:
  2. nod32 的启发式分析,检测未知病毒技术的白皮书。-nod32 heuristic analysis to detect unknown virus technology, the White Paper.
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:393.81kb
    • 提供者:alvin
  1. dist

    0下载:
  2. 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态 用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态 -用编程语言实现八数码难题的启发式搜索算法; 2. 利用所编程的程序,对初始的So状态
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:795.91kb
    • 提供者:yjw
  1. 启发式搜索A算法

    0下载:
  2. 启发式搜索的定义、估价函数和算法过程,并利用A*算法求解N数码难题,理解求解流程和搜索顺序(The definition, evaluation function and algorithm process of heuristic search, and A* algorithm is used to solve the N digital puzzle, and the solution flow and search order are understood)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-23
    • 文件大小:209kb
    • 提供者:anbao
  1. 启发式分割算法

    0下载:
  2. 该程序为2000年外国学者提出的启发式分割算法,消除了其他算法的缺点,能够更好的寻找突变点(The program is a heuristic segmentation algorithm proposed by foreign scholars in 2000, which eliminates the shortcomings of other algorithms and can better find the point of mutation)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:1kb
    • 提供者:龙颜无悔
  1. 启发式算法

    0下载:
  2. 利用启发式算法解决图着色问题,包括禁忌表,仇人表等一系列操作(Solving the problem of graph coloring with heuristic algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2019-12-23
    • 文件大小:329kb
    • 提供者:lenonald
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com