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

搜索资源列表

  1. 图的搜索

    1下载:
  2. 在VC的环境下,用C++实现A*算法和双向A*算法,并且能够通过设置不同的参数随机产生以邻接表存储网络图,从而可以对不同启发策略的A*算法进行测试和实验。-in VC environment, the C achieving A * algorithm and the two-way A * algorithm, and through a variety of parameters to generate random adjacent table storage network map, t
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:15552
    • 提供者:
  1. 八数码问题(A星算法)

    0下载:
  2. 用A*算法求解八数码问题。A*算法又叫做最佳图搜索算法,是满足启发函数不大于实际耗散值的A算法,可以用理论证明如果最佳解图存在的话,一定可以用A*算法找出来。-with A * algorithm eight digital problem. A * algorithm also called the plan the best search algorithm, it is instructive function to meet not more than the actual value
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:11508
    • 提供者:罗鹏魁
  1. Fast_Search

    0下载:
  2. 超快的搜索算法,给学习数据结构的人一些启发
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:29216
    • 提供者:liangam
  1. SourceCode

    0下载:
  2. 中国象棋 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEn
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-30
    • 文件大小:150232
    • 提供者:ccg
  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
    • 文件大小:4475
    • 提供者:王加福
  1. chesslogic

    0下载:
  2. 对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:fail
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-08
    • 文件大小:192883
    • 提供者:wiali
  1. zgxq

    0下载:
  2. 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:200962
    • 提供者:david w
  1. chinesechess

    0下载:
  2. 在网上发现的好东东。完全包,在vc6.0中直接编译通过。 采用了一下搜索算法 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBet
  3. 所属分类:Search Engine

    • 发布日期:2017-05-08
    • 文件大小:192784
    • 提供者:zebra
  1. Shuffled_Complex_Evolution

    1下载:
  2. SCE(shuffled complex evolution )是一种相对较新的连续性问题的元启发搜索算法。非常适合于求解具有多个局部最小的全局优化问题。SCE算法的主要特征是通过竞争进化和定期洗牌来确保每个复形获得的信息能在整个问题空间获得共享。-SCE (shuffled complex evolution) is a relatively new meta-continuity heuristic search algorithm. Very suitable for solving wi
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:9404
    • 提供者:胡军
  1. SCE_TOOL_BOX

    1下载:
  2. SCE(shuffled complex evolution )是一种相对较新的连续性问题的元启发搜索算法。这个工具箱是Duan Q Y 在优化水文参数中用到的-SCE (shuffled complex evolution) is a relatively new meta-continuity heuristic search algorithm. This toolbox is optimized Duan QY hydrological parameters used in
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:430211
    • 提供者:胡军
  1. chinesechess

    0下载:
  2. 本人机对弈程序采用了多种搜索算法.以下是本程序主要的类说明: 1.CEveluation类:估值类,对给定的棋盘进行估值. 2.CMoveGenerator类:走法产生器,对给定的棋盘局面搜索出所有可能的走法. 3.CSearchEngine类:搜索引擎基类. 4.CNegaMaxEngine类:负极大值法搜索引擎. 5.CAlphaBetaEngine类:采用了Alpha-Beta剪枝技术的搜索引擎. 6.CFAlphaBetaEngine类:
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-28
    • 文件大小:172415
    • 提供者:朱雪松
  1. fans

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

    • 发布日期:2017-04-10
    • 文件大小:1088351
    • 提供者:yjw
  1. eight_heuristic

    0下载:
  2. 用C语言实现启发式搜索算法,八数码问题,作者:陈华昌-C language implementation with the heuristic search algorithm, 8 digital issues, Authors: Chen Huachang
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:182828
    • 提供者:chc
  1. LKHTSP

    0下载:
  2. 由Helsgaun改进的Lin-Kernighan局部启发搜索算法(LKH)求解大规模TSP问题,使用Java语言实现,具有强大的求解TSP性能。-Helsgaun improved the Lin-Kernighan local search algorithm (LKH) for solving large scale TSP problem, use the Java language, solving the TSP with a strong performance.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:788928
    • 提供者:new
  1. MOALO

    1下载:
  2. 根据蚁狮觅食行为启发而提出的一种群智能搜索算法,并进行标准函数测试,效果较好(A swarm intelligence according to the foraging behavior of ant lion heuristic search algorithm, and the standard test function, good effect)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-19
    • 文件大小:24743936
    • 提供者:WAQ
  1. 布谷鸟算法

    0下载:
  2. 布谷鸟搜索算法[CuckooSearch(CS)],也叫杜鹃搜索,是由剑桥大学Xin-SheYang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(CuckooSpecies)的寄生育雏(BroodParasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(Cuckoo search algorithm [CuckooSearch (CS)], also called cuckoo search by Univer
  3. 所属分类:其他

    • 发布日期:2017-12-23
    • 文件大小:2048
    • 提供者:苏叶777
  1. 免疫优化算法在物流配送中心选址中的应用

    1下载:
  2. 免疫算法是受生物免疫系统的启发而推出的一种新型的智能搜索算法,是一种确定性和随机性选择相结合并具有"勘探"与"开采"能力的启发式随机搜索算法。 算法主要的步骤: (1)抗原识别与初始抗体产生。 (2)抗体评价 (3)免疫操作 免疫算法的特点: (1)全局搜索能力 (2)多样性保持机制 (3)鲁棒性强 (4)并行分布式搜索机制(A new intelligent i
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:27648
    • 提供者:傲视天下
  1. cuckoo_search_new2013

    2下载:
  2. 布谷鸟搜索算法Cuckoo Search(CS),也叫杜鹃搜索,是由剑桥大学Xin-She Yang(杨新社)教授和S.Deb于2009年提出的一种新兴启发算法CS算法通过模拟某些种属布谷鸟(Cuckoo Species)的寄生育雏(Brood Parasitism)来有效地求解最优化问题的算法.同时,CS也采用相关的Levy飞行搜索机制。(The cuckoo search algorithm Cuckoo Search (CS), also called the azalea search,
  3. 所属分类:matlab例程

    • 发布日期:2020-04-07
    • 文件大小:8192
    • 提供者:兔子aa
  1. 麻雀

    3下载:
  2. 麻雀搜索算法(Sparrow Search Algorithm, SSA)是一种新型的群智能优化算法,在2020年提出,主要是受麻雀的觅食行为和反捕食行为的启发 。(Sparrow search algorithm (SSA) is a new swarm intelligence optimization algorithm, proposed in 2020, mainly inspired by Sparrow's foraging behavior and anti predatory
  3. 所属分类:进化算法

    • 发布日期:2020-11-02
    • 文件大小:1024
    • 提供者:无敌de hh
  1. 麻雀搜索算法

    2下载:
  2. 麻雀搜索算法:一种受麻雀群体行为启发提出的智能优化算法(sparrow search algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2021-03-31
    • 文件大小:3072
    • 提供者:www123???
« 12 3 »
搜珍网 www.dssz.com