搜索算法是利用计算机的高性能来有目的的穷举一个问题解空间的部分或所有的可能情况,从而求出问题的解的一种方法。现阶段一般有枚举算法、深度优先搜索、广度优先搜索、A*算法、回溯算法、蒙特卡洛树搜索、散列函数等算法。在大规模实验环境中,通常通过在搜索前,根据条件降低搜索规模;根据问题的约束条件进行剪枝;利用搜索过程中的中间解,避免重复计算这几种方法进行优化。
搜索引擎的各个部分都非常重要,缺一不可,但其中的搜索算法(search algorithm)是使得各个部分能正常运行的关键所在。更确切地说,搜索算法是构建搜索引擎其他各个部分的基础。
基于6597个网页-相关网页
无结构对等网搜索机制研究—《电脑知识与技术·学术交流》—2008年第25期—龙源期刊网 关键词:无结构对等网;搜索算法;洪泛 [gap=676]Key words: Unstructured Peer-to-Peer Network;searching algorithm;flooding
基于86个网页-相关网页
Search algorithm is a key problem of such networks.
而这种系统的一个核心技术是搜索算法。
参考来源 - 期刊学术社区This paper introduces the principle and realization of the optimized mountain-climb searching algorithm.
本文详细介绍了优化爬山搜索算法的原理和实现方法。
参考来源 - 自动对焦中的优化爬山搜索算法Genetic algorithm is a kind of random searching method directed by fitness function.
遗传算法是一种有导向性的随机搜索算法,它以适应度函数为导向。
参考来源 - 防止过早收敛的改进型遗传算法Based on this theory, a new searching algorithm is designed.
在其理论基础上,设计了一种新的最佳二进阵列偶和准最佳二进阵列偶的搜索算法。
参考来源 - 阵列偶及其搜索算法的研究A circle search method and threshold-based incremental maintain algorithm are proposed to reduce the number of messagetransmissions.
提出环形搜索算法和基于阈值的增量维护算法。
参考来源 - 无线传感器网络QoS保障技术的研究·2,447,543篇论文数据,部分数据来源于NoteExpress
拥有强大、准确、有效的搜索算法。
比如让他们将自己的搜索算法公开化。
Like having them make their search algorithms public. Or (my emphasis).
Boost Graph库中的某些搜索算法使用了这项技术。
Some of the search algorithms in the blessed Boost Graph Library use this technique.
So this is a nice little search-- sorry, a nice little sort algorithm . And in fact, it's relying on something that we're going to come back to, called the loop invariant.
恩,这是一个很棒的小搜索,抱歉,和很棒的小排序算法,事实上,它依赖于一些我们要回顾的东西,被称作循环不变量。
OK. Binary search is perhaps the simplest of the divide and conquer algorithms, and what does that mean? It says, in order to solve a problem, cut it down to a smaller problem and try and solve that one.
好了,二分搜索也许是,最简单的分治算法,这意味着什么?,也就是说,为了解决一个问题,把它切割成小的问题,然后再来一个个解决。
So when I do the analysis, I want to think about what am I doing here, am I capturing all the pieces of it? Here, the two variables that matter are what's the length of the list, and how many times I'm going to search it?
这里,要关注的,两个变量是列表,的长度以及我要搜索的次数,这种情况下,这个算法赢了?
应用推荐