Search algorithm
For searching virtual spaces :
heuristics search : beam search : stack decoding search
local search : the steepest descent or best-first criterion, or stochastic search, simulated annealing, tabu search, A-teams, and genetic programming
tree search : depth-first search and breadth-first search, as well as various heuristic-based search tree pruning methods such asbacktracking and branch and bound.
game tree search : minimax algorithm, alpha-beta pruning, and the A* algorithm
For sub-structures of a given structure :
graph search : Dijkstra's algorithm, Kruskal's algorithm, the nearest neighbour algorithm, and Prim's algorithm
string searching algorithms : Boyer–Mooreand Knuth–Morris–Pratt algorithms, and several algorithms based on the suffix tree data structure
For maximun of a function :
For quantum computer :
For more info, see http://en.wikipedia.org/wiki/Search_algorithm
本文概述了搜索算法在虚拟空间、子结构、最大化函数、量子计算机等领域的应用,包括暴力搜索、启发式搜索、局部搜索、游戏树搜索、图搜索、字符串搜索算法、Fibonacci搜索和Grover算法等。
1861

被折叠的 条评论
为什么被折叠?



