Artificial Intelligence

Evaluating Search Strategies

We have many searching techniques  that we have discussed as uninformed but to evaluate such search strategies we talk  about the following four

Completeness

Completeness is a guarantee of  finding a solution whenever  one  exists.This means that if a solution exists andif you are searching technique can find that solution and the technique is said to be complete.

Time Complexity

Time complexity is how long does it take to find a solution and this is usually measured  in terms of the number of nodes that the searching technique expands.

Space Complexity

Space complexity  is the measurement of the maximum size of the nodes list during the search .

Optimality

 Optimality states, If a solution is found, is it guaranteed to be an optimal one? this means  is it the one with minimum cost?

Important parameters to be considered before evolving search technique

1.Maximum number of successors of any state of the search tree.i.e., the branch factor  b of the search tree.

2.Minimal length of the path in the state space between the initial and a goal state.

3.Depth d of the shallowest goal node in the search tree.

4.Maximum depth m of the state space.

Lakshmi Durga

Share
Published by
Lakshmi Durga

Recent Posts

Hisense Smart TV WiFi Not Working? Easy Fixes That Work (2026 Guide)

Introduction: When your Hisense TV won't connect to WiFi, it is rarely a problem with…

1 month ago

Fix Hisense TV Storage Space Running Out: 2026 OS Logic Hub

Hisense Google TV Storage Space Running Out: Why it Happens and How to Fix It…

1 month ago

Samsung Smart TV HDMI ARC/eARC Not Working? Easy Fixes That Actually Work (2026 Guide)

Introduction: "Setting up a soundbar with your Samsung TV should be simple, but the HDMI…

1 month ago

Samsung TV Red Light Blinking? 4 Fixes (2026 Power Logic Hub)

User Problem Scenario: The Red Light "Panic" You press the power button on your Samsung…

2 months ago

Samsung TV Not Connecting to WiFi: 2026 Easy Fix Guide

Introduction: I Know the Feeling "We’ve all been there. You sit down to watch your…

2 months ago

Samsung TV Restarting During Diagnosis? Fix the Reboot Loop Fast

User Problem Scenario: The "Diagnosis Loop" Paradox Imagine you notice your apps are slow. You…

2 months ago