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

搜索资源列表

  1. ACATSP--MainAneal

    0下载:
  2. 启发式算法中的模拟退火算法和蚁群算法的matlab源程序,研究生数学建模期间编写的!-Heuristic method of simulated annealing algorithm and ant colony algorithm matlab source
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:3234
    • 提供者:haiter
  1. CLIPS_6.30_Beta.R3

    0下载:
  2. clips最新版   CLIPS是一种专家系统工具,最初由NASA/Lyndon B. Johnson太空中心软件技术研究室开发出来。自1986年首次发布以来,CLIPS经历了不断的改进和完善。现在它已经被广泛的应用在数以万计的全球用户中。   CLIPS被开发出来以促进集成人类知识和经验的软件发展。   在CLIPS中,知识的表示有三种方式:   l 规则,规则表示法是基于启发式经验知识库的首要选择。   l 自定义函数和通用函数,这种方式是程序式知识表示的首选。   l 面向对象设计,也
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:7085002
    • 提供者:魏林
  1. 8_num

    0下载:
  2. 人工智能的八数码问题,采用的A*启发式搜索,显示运行时间和每一步运行过程。基于MFC的-Eight puzzle problem in artificial intelligence, using the A* heuristic search, display the running time and every step of the operation process. MFC-based
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:16492
    • 提供者:程港
  1. 5

    0下载:
  2. matlab的几种小波阈值去噪方法实例。包括固定阈值,Rigrsure阈值,启发式阈值等。-Matlab several wavelet threshold denoising method instance. Fixed threshold, the Rigrsure threshold heuristic threshold.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1055
    • 提供者:jsl
  1. eightNum_lufeiop

    0下载:
  2. 以八数码问题为例,设计一类滑块问题的求解系统,初步掌握智能搜索算法中的盲目搜索和启发式搜索这两类基本方法,同时通过具体的问题体会搜索算法、数据结构、程序设计等知识的综合应用 A*用到是不在位将牌数和曼哈顿距离,动态显示,有算时间 我自己很用心做的,有实验报告,绝对详细-Eight digital issues, for example, design a slider problem solving system, initially grasp the two basic method
  3. 所属分类:Data structs

    • 发布日期:2017-05-14
    • 文件大小:3544349
    • 提供者:陆飞
  1. d4ef13.ZIP

    0下载:
  2. FLOWSHOP调度问题的启发式算法FLOWSHOP scheduling heuristic algorithm-FLOWSHOP scheduling heuristic algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:296266
    • 提供者:
  1. GA

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

    • 发布日期:2017-04-16
    • 文件大小:10569
    • 提供者:xuxianfeng
  1. AntPart

    0下载:
  2. this article describes a new algorithm for resolving the Clustering issue. it is based on ACO meta heuristic
  3. 所属分类:Communication

    • 发布日期:2017-04-05
    • 文件大小:139093
    • 提供者:sayad
  1. Taquin

    0下载:
  2. 15 puzzle A star Heuristic
  3. 所属分类:Java Develop

    • 发布日期:2017-04-16
    • 文件大小:228979
    • 提供者:Yuekui Ruan
  1. cd4ef1.ZIP

    0下载:
  2. 基于启发式SCCs的广义B_chi自动机判空检测算法Based on the heuristic SCCs generalized B_chi automata empty detection algorithm-Based on the heuristic SCCs generalized B_chi automata empty detection algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:1789766
    • 提供者:dd8989
  1. ANT

    0下载:
  2. A*算法通过启发式探索下一结点,逐步逼近目标结点,且使得路径最短。-A* algorithm heuristic to explore the next node, and gradually approaching the target node, and that the shortest path.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:576850
    • 提供者:王莉
  1. v27-83

    0下载:
  2. Recently, genetic algorithms (GA) and particle swarm optimization (PSO) technique have attracted considerable attention among various modern heuristic optimization techniques. Since the two approaches are supposed to find a solution to a giv
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:453413
    • 提供者:payal
  1. see

    0下载:
  2. 人工智能启发式搜索的初步理解,八数码深度优先搜索-Preliminary understanding of artificial intelligence, heuristic search, eight digital depth-first search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:408284
    • 提供者:wangsir
  1. tete

    0下载:
  2. 人工智能搜索算法的优化,带启发函数的优化搜索-Optimization of artificial intelligence search algorithms with the heuristic function of the optimization search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:170240
    • 提供者:wangsir
  1. hdhe

    0下载:
  2. matlab的蚁群算法 蚂蚁个数 Alpha 表征信息素重要程度的参数Beta 表征启发式因子重要程度的参数 Rho 信息素蒸发系数 Q 信息素增加强度系数 R_best 各代最佳路线-Matlab ant colony algorithm and ant number of Alpha characterization of pheromone level parameters Beta characterization parameters of the heuristic factor R
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-24
    • 文件大小:3072
    • 提供者:方家安
  1. chuanjiaosguohewenti

    0下载:
  2. 传教士野人过河问题。主要介绍2种解决的方法:1 树的遍历 2 启发式搜索-Missionaries Savage across the river. Introduces two kinds of solution: a tree traversal heuristic search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:34029
    • 提供者:黄命
  1. bat

    0下载:
  2. 用matlab实现新的启发式算法—蝙蝠算法,用于生产优化问题-New heuristic- bat algorithm for the production optimization problem using matlab
  3. 所属分类:Other systems

    • 发布日期:
    • 文件大小:994
    • 提供者:丁默
  1. HMPBoatte

    0下载:
  2. 启发式A*算法解决传教士士野人渡河问题 -Heuristic A* algorithm to solve the Savage crossing of the missionaries with disabilities
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:1900
    • 提供者:tyjx
  1. TMyPolyStockh

    1下载:
  2. 实现凸多边形排样,使用临界多边形NFP判断两个凸多边形形是否相交,使用启发式算法提高效率, -Convex polygon nesting, polygon NFP to determine whether two convex polygon-shaped intersection, the use of heuristic algorithms to improve efficiency,
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:728766
    • 提供者:察觉
  1. CPJG

    0下载:
  2. 本程序主要是利用人工智能的方法来实现重排九宫问题,通过构建启发式函数来实现快速排序,比深度优先遍历效果更好-This procedure is the use of artificial intelligence methods to realize the the Jiugong problems rearrangement, by constructing a heuristic function to achieve the quick sort, better than depth-fi
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2813
    • 提供者:萌萌
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 28 »
搜珍网 www.dssz.com