Glossary entry
Search Algorithm
खोज एल्गोरिदम
Definition (English)
A method for exploring possible options to find a solution, such as a path or best move.
अर्थ (नेपालीमा)
बाटो वा उत्तम चाल जस्ता समाधान भेट्न सम्भावित विकल्प खोज्ने विधि।
Glossary entry
खोज एल्गोरिदम
Definition (English)
A method for exploring possible options to find a solution, such as a path or best move.
अर्थ (नेपालीमा)
बाटो वा उत्तम चाल जस्ता समाधान भेट्न सम्भावित विकल्प खोज्ने विधि।
Related terms
A* Search
ए-स्टार खोज
A pathfinding algorithm that combines actual cost and an estimate to find the best route.
Depth-First Search
डेप्थ-फर्स्ट सर्च
A search method that follows one path as far as possible before backtracking.
Grid Search
ग्रिड सर्च
Trying every combination from a set of hyperparameter values to find the best.
No Free Lunch Theorem
नो फ्री लन्च प्रमेय
The principle that no single algorithm is best for every possible problem.
Optimization
अनुकूलन
Finding the best solution among many options according to some objective.
State Space
अवस्था स्थान
The set of all possible situations a problem can be in, explored to find a solution.
Beam Search
बिम सर्च
A decoding method that keeps several candidate sequences to find a high-quality output.
Breadth-First Search
ब्रेथ-फर्स्ट सर्च
A search method that explores all options at one level before going deeper.