Information_Retrieval

Ranked by notability

12
Articles
0
Images
5
Keywords Tracked
10,000
Monthly Searches
1
Pages

Browse by Type

Informed Search Algorithm (3)
Graph Algorithm (1)
Pathfinding Algorithm (1)
Search Algorithm (1)
Bounded Suboptimal Search Algorithm (1)
Genetic Algorithm (1)

A* search algorithm
Place
algorithm used for pathfinding and graph traversal
hill climbing
class
optimization algorithm
best-first search
Place
algorithm
beam search
class
heuristic search algorithm
Simplified Memory-Bounded A*
Place
heuristic pathfinding algorithm with bounded memory
iterative deepening A*
Place
heuristic pathfinding algorithm
recursive best-first search
Place
search algorithm
Stochastic universal sampling
Place
data sampling technique used in genetic algorithm
HyperTraPS
Place
genetic algorithm
Memory-Bounded A*
Place
heuristic pathfinding algorithm
weighted A* search
Place
type of somewhat-greedy algorithm
Greedy Best First Search
Place
search algorithm