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

搜索资源列表

  1. FF

    1下载:
  2. FF规划器是智能规划界最富盛名的作品,采用经典的前向搜索方法,结合启发式算法有效提高了规划算法搜索效率,在多次世界规划大赛中都有好的名次。-The FF planning is the most famous works of intelligent planning community, using classical forward search method, combined with heuristic algorithm to effectively improve the plan
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-03
    • 文件大小:298106
    • 提供者:michaeldoer
  1. zidongpaikesuanfa

    0下载:
  2. :文章提出了一种应用于高等院校的自动排课算法 该算法针对高等院校排课要求的高易用性、高收敛性等特点将 启发式算法、禁忌搜索算法、回溯算法进行有机结合.充分发挥 启发式算法在利用应用领域经验和规则的优势,提高了自动排课 的资源搜索能力。通过实际的应用表明,该算法在解决复杂的高 校排课问题时有较好的效果。 关键词:自动排课 启发式算法 禁忌搜索 回溯算法-Automatic Timetable A applied to the institutions of higher l
  3. 所属分类:software engineering

    • 发布日期:2017-12-02
    • 文件大小:247752
    • 提供者:Anwys
  1. a

    0下载:
  2. 本程序实现八数码问题,由用户输入初始状态,采用的算法为启发式算法,能够大大提高搜索效率。-The program eight digital input by the user initial state, using the algorithm is a heuristic algorithm, can greatly improve the search efficiency.
  3. 所属分类:Java Develop

    • 发布日期:2017-11-27
    • 文件大小:6712
    • 提供者:苏扬
  1. Tabu-search

    0下载:
  2. 禁忌搜索启发式算法 希望对大家有用,请查看。-Tabu search C++
  3. 所属分类:matlab

    • 发布日期:2017-11-14
    • 文件大小:11716
    • 提供者:Mark
  1. source_code

    0下载:
  2. 八数码(启发式和广度优先搜索两种方法实现)+骑士巡游+比赛日程安排等经典问题的C++源代码-the source code of some classic problems, such as 8 puzzle question, Knight Parade, and Competition Schedule.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:9943
    • 提供者:ledonJu
  1. Genetic-and-Simulated-Annealing

    0下载:
  2. 针对战区装备保障点动态选址问题的广义最大覆盖选址模型,综合分析传统的启发式算法全局、局部搜索中的 优缺点,提出一种基于BP神经网络的遗传模拟退火算法,并将其运用于战区装备保障点动态选址决策实际同题中,对该算法 进行了仿真研究,给出具体实例的仿真结果验证了该算法求解最优解的高效性以及运算的高收敛速度。-Considering the generalized maximal covering location model of dynamic locating on war zone e
  3. 所属分类:assembly language

    • 发布日期:2017-04-03
    • 文件大小:339357
    • 提供者:asda
  1. The-new-meta-heuristic-algorithm-bat

    1下载:
  2. 摘要:新型元启发式算法例如粒子群算法,萤火虫算法,和声搜索算法已经成为现今复杂的优化问题的有效解决方法。该文基于蝙 蝠的回声定位行为提出了一种新型的元启发式算法———蝙蝠算法,同时也将现有的一些算法的优点引入到该算法中。 改文对该算 法进行了详细的公式化表述并对其执行流程的作出了说明,并且将该算法与遗传算法、粒子群优化算法等算法进行了比较。仿真结 果表明,蝙蝠算法明显优于其他算法,并对进一步的研究作出了展望。-Summary: The new meta-heuristic algor
  3. 所属分类:Development Research

    • 发布日期:2017-04-01
    • 文件大小:630209
    • 提供者:薛云强
  1. harmony-search

    0下载:
  2. 一种新的启发式优化算法和声搜索算法的介绍-A new heuristic optimization algorithm harmony search
  3. 所属分类:Development Research

    • 发布日期:2017-04-02
    • 文件大小:969161
    • 提供者:li
  1. heshengsuanfa

    0下载:
  2. 和声搜索算法是一和启发式的全局搜索智能算法,在许多优化问题中得到了成功应用,而且在不少优化问题上比常规的一些智能算法的性能表现更优越,并且程序实现比较简单-Harmony and heuristic search algorithm is a global search of intelligent algorithm in many optimization problems have been successfully applied, but also in many optimizati
  3. 所属分类:assembly language

    • 发布日期:2017-04-07
    • 文件大小:1093
    • 提供者:袁平亮
  1. pso

    0下载:
  2. 粒子群启发式智能搜索算法,参数设置简单,收敛速度快,需要调整参数防止收敛过快。-pso algrithm for search the optimum value
  3. 所属分类:Other systems

    • 发布日期:2017-04-11
    • 文件大小:1368
    • 提供者:车美琴
  1. classical-GA-method

    0下载:
  2. 遗传算法是计算机科学人工智能领域中用于解决最优化的一种搜索启发式算法,是进化算法的一种。这种启发式通常用来生成有用的解决方案来优化和搜索问题。进化算法最初是借鉴了进化生物学中的一些现象而发展起来的,这些现象包括遗传、突变、自然选择以及杂交等。-In the field of artificial intelligence, a genetic algorithm (GA) is a search heuristic that mimics the process of natural selec
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3465
    • 提供者:liu
  1. liziqun

    0下载:
  2. 粒子群优化是一种新兴的基于群体智能的启发式全局搜索算法,粒子群优化算法通过粒子间的竞争和协作以实现在复杂搜索空间中寻找全局最优点。-Particle swarm optimization is a new global search heuristic algorithm based on swarm intelligence, particle swarm optimization algorithm by particle competition and collaboration to a
  3. 所属分类:Compiler program

    • 发布日期:2017-04-04
    • 文件大小:810
    • 提供者:Deng you yan
  1. cuckoo_search_spring

    0下载:
  2. 布谷鸟搜索算法,是一种元启发式优化算法,用于寻求最优解。-cuckoo search
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2471
    • 提供者:仙凡之旅
  1. DE

    0下载:
  2. 差分进化算法是一类基于种群的启发式全局搜索技术, 对于实值参数的优化具有较强的鲁棒性. 为了提 高差分进化算法的寻优速度、 克服启发式算法常见的早熟收敛问题-Differential evolution algorithm is a kind of heuristic global searching technique based on population, for real parameter optimization has stronger robustness. In order t
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-12
    • 文件大小:1222
    • 提供者:liuwenfang
  1. Decrease-and-Conquer

    1下载:
  2. 该文章主要研究了依靠减治技术的各搜索算法,从基本搜索到对基本搜索改进,最后探讨了启发式的搜索,逐步深入,从而加深对搜索和减治法的理解-The paper studies the reduction treatment technologies rely on various search algorithms, basic search to search for basic improvements, and finally discuss the heuristic search, the
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:28953
    • 提供者:gaochang
  1. FSFLA

    0下载:
  2. 蛙跳算法(SFLA)是一种全新的启发式群体进化算法,具有高效的计算性能和优良的全局搜索能力。-Leapfrog algorithm (SFLA) is a new heuristic population evolutionary algorithm, with high computational performance and excellent global search ability.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:969
    • 提供者:Bill
  1. Graph-Coloring(HGA)

    0下载:
  2. 基于遗传算法和禁忌搜索的启发式算法,提供C++代码,能够高效地解决图着色问题。-The code based on the combination of Genetic Algorithm and Tabu Search can be used to solve the Graph Coloring problem efficiently
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-07
    • 文件大小:1219918
    • 提供者:
  1. buguniaosuanfa

    0下载:
  2. 布谷鸟搜索算法,变量少,简洁高效,是一种元启发式优化算法,本程序是布谷鸟搜索算法的改进版本。-Cuckoo search algorithm, less variables, simple and efficient, is a meta heuristic optimization algorithm, this procedure is the cuckoo search algorithm, an improved version.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2136
    • 提供者:sd
  1. yiqunlvxing

    0下载:
  2. 蚁群优化是一种元启发式的随机搜索技术,是目前解决组合优化问题最有效的工具之一.将信 息素更新和随机搜索机制的改进相结合,提出一种快速求解旅行商问题的蚁群算法-Ant colony optimization is a kind of meta heuristic random search technique, is one of the most effective tool to solve combinatorial optimization problem. The letter
  3. 所属分类:Project Design

    • 发布日期:2017-05-04
    • 文件大小:509488
    • 提供者:
  1. SA-GA-ALGRITHM-C

    0下载:
  2. 模拟退火算法是基于Monte Carlo迭代求解法后种启发式随机搜索算法,它模拟固体物质退火过程的热平衡问题与随机搜索寻优问题的相似性来达到寻找全局最优或近似全局最优的目的-SA GA
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:13101
    • 提供者:张洋
« 1 2 ... 5 6 7 8 9 1011 »
搜珍网 www.dssz.com