Glossary entry
State Space
अवस्था स्थान
Definition (English)
The set of all possible situations a problem can be in, explored to find a solution.
अर्थ (नेपालीमा)
समस्या रहन सक्ने सबै सम्भावित अवस्थाको समूह, जुन समाधान खोज्न अन्वेषण गरिन्छ।
Glossary entry
अवस्था स्थान
Definition (English)
The set of all possible situations a problem can be in, explored to find a solution.
अर्थ (नेपालीमा)
समस्या रहन सक्ने सबै सम्भावित अवस्थाको समूह, जुन समाधान खोज्न अन्वेषण गरिन्छ।
Related terms
Search Algorithm
खोज एल्गोरिदम
A method for exploring possible options to find a solution, such as a path or best move.
Heuristic
अनुमानमूलक विधि
A practical shortcut or rule of thumb used to find a good-enough solution quickly.
No Free Lunch Theorem
नो फ्री लन्च प्रमेय
The principle that no single algorithm is best for every possible problem.
A* Search
ए-स्टार खोज
A pathfinding algorithm that combines actual cost and an estimate to find the best route.
Algorithm
एल्गोरिदम / कार्यविधि
A step-by-step set of instructions a computer follows to solve a problem or complete a task.
Beam Search
बिम सर्च
A decoding method that keeps several candidate sequences to find a high-quality output.
Build vs Buy
बनाउने कि किन्ने
The decision between developing an AI solution in-house or purchasing an existing one.
Checkpoint
चेकपोइन्ट
A saved snapshot of a model's state during training so it can be resumed or reused.