CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 启发式 搜索

搜索资源列表

  1. ant

    0下载:
  2. 关于地图着色问题的蚁群搜索算法,启发式搜索算法的改进-Map Coloring Problem on ant colony search algorithm, heuristic search algorithm to improve
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-22
    • 文件大小:5835
    • 提供者:yurongguo
  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-05
    • 文件大小:26847
    • 提供者:竹子的信仰
  1. ant_colony

    0下载:
  2. 介绍了一种求解复杂优化问题的启发式算法--蚁群算法.该方法通过模拟蚁群对"信息素"的控制和利用进行搜索食物的过程-a distributed algorithm for the solution of combinatorial optimization problems which was inspired by the observation of real colonies of ants. We apply ACS to both symmetric and asymme
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:482402
    • 提供者:fan
  1. genetic-algorithm

    1下载:
  2. 利用fortran编程的二进制遗传算法。遗传算法将生物界遗传进化思想用于数学优化当中,形成了一种特性优良的启发式搜索算法,它能较方便地搜索出目标函数的最优值,更为重要的是,遗传算法的目标函数可以是连续函数,也可以是间断函数,因此它的使用范围比微积分极值理论的应用范围更广-Binary genetic algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:233397
    • 提供者:谈程序
  1. 1

    0下载:
  2. C++实现 2种搜索算法,其中一种为盲目搜索、另一种为启发式搜索; 软件基本功能满足: 初始状态可以选择由软件随机产生,也可以通过人机交互产生。 2)需要对搜索过程和路径提供解释。 3)分析和研究存储结构、启发式函数等因素对搜索性能和效率的影响 -C++ achieve two kinds of search algorithms, one for the blind search, another heuristic search basic software functio
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-17
    • 文件大小:3614
    • 提供者:阿娇
  1. bashuma

    0下载:
  2.   1以九宫问题/八数码问题为例,以某种启发式搜索/A*搜索策略编程演示其搜索过程;    2 定义启发式函数,能正确求解出从初始状态到目标状态的移动路线;    3 对不可达状态能进行正确识别;    4 对所采用的启发式函数做出性能分析。 -1 JiuGongTu/eight digital example, some kind of heuristic search/A* search strategy programming demonstrates its search
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-30
    • 文件大小:3072
    • 提供者:soli
  1. ZGXX

    0下载:
  2. 以实际案例来促进读者对算法的理解,提高实际编程能力。主要内容包括:中国象棋博弈,局面表示,走法表示及生成走法,局面评估,基本搜索算法,人机博弈,机器对弈,置换表,算法分析及测试技术,时间控制策略,启发式搜索策略,更多搜索策略。-Based on the actual case to promote understanding of algorithm, improve the actual programming ability. The main contents include: Chine
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-23
    • 文件大小:4081045
    • 提供者:jiandie
  1. 8shuma

    0下载:
  2. 使用启发式搜索A*算法求解8数码问题,内附代码,执行程序及输入文件-8 A* algorithm to solve the problem of digital
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:26532
    • 提供者:found440
  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-13
    • 文件大小:3465
    • 提供者:liu
  1. YiZiQi

    0下载:
  2. C编写的人工智能作业。实现了一字棋的启发式搜索。-AI C write operations. Realized the word chess heuristic search.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:13423
    • 提供者:周玉红
  1. nine

    0下载:
  2. 用C编写的人工智能程序。实现了九宫格问题启发式搜索。-AI programs written in C. Realized Jiugongge problem heuristic search.
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:15538
    • 提供者:周玉红
  1. EightQueen

    0下载:
  2. 人工智能,使用启发式搜索算法的八皇后问题-Artificial intelligence,eight queen problem solving with heuristic search
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:692
    • 提供者:liu
  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. 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. 蛙跳程序

    1下载:
  2. 蛙跳算法(SFLA)是一种全新的启发式群体进化算法,具有高效的计算性能和优良的全局搜索能力。对混合蛙跳算法的基本原理进行了阐述,针对算法局部更新策略引起的更新操作前后个体空间位置变化较大,降低收敛速度这一问题,提出了一种基于阈值选择策略的改进蛙跳算法。通过不满足阈值条件的个体分量不予更新的策略,减小了个体空间差异,从而改善了算法的性能。数值实验证明了该改进算法的有效性,并对改进算法的阈值参数进行了率定。(Leapfrog algorithm (SFLA) is a new heuristic p
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:xdw0421
  1. Astar-KO

    0下载:
  2. A *算法用于轨迹规划程序,启发式搜索算法,用于寻找最优路径(A * algorithm is used for trajectory planning program, heuristic search algorithm is used to find the optimal path)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:16384
    • 提供者:可可318
  1. Astar

    0下载:
  2. 启发式搜索算法之一,检查最短路径中每个可能的节点引入了全局信息,被广泛应用于路径规划领域(One of the heuristic search algorithms, which checks each possible node in the shortest path, introduces the global information, and is widely used in the field of path planning)
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:3072
    • 提供者:姚大暖
  1. AStarPath

    0下载:
  2. A*搜寻算法俗称A星算法。A*算法是比较流行的启发式搜索算法之一,被广泛应用于路径优化领域[。它的独特之处是检查最短路径中每个可能的节点时引入了全局信息,对当前节点距终点的距离做出估计,并作为评价该节点处于最短路线上的可能性的量度。(The A* search algorithm is commonly known as the A-star algorithm. The A* algorithm is one of the more popular heuristic search algor
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:724992
    • 提供者:xiaoqiangzi
  1. 蚁群算法

    0下载:
  2. 蚁群算法是一种用来寻找优化路径的概率型算法。它由Marco Dorigo于1992年在他的博士论文中提出,其灵感来源于蚂蚁在寻找食物过程中发现路径的行为。 这种算法具有分布计算、信息正反馈和启发式搜索的特征,本质上是进化算法中的一种启发式全局优化算法。蚁群算法的matlab实现(Ant colony algorithm is a probabilistic algorithm for finding optimal paths. It was put forward by Marco Dori
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:8192
    • 提供者:那拍拍
« 12 »
搜珍网 www.dssz.com