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

Google Spam Update 2025: Impact, Recovery Guide & SpamBrain Explained

Google released a spam update on 26th of August 2025 and this is affecting a…

3 weeks ago

Google Experiments with Black Sitelink Colors instead of Blue

Google keeps on testing google search display all the time and this time we are…

1 year ago

What are Template Tags in WordPress? How to Use Template Tags

In wordpress if you are developing new or custom wordpress theme or wordpress plugin then…

2 years ago

Google Search Indexing Issues Started on 31st January to February 2024

If you are experiencing indexing issues of your website then you are not alone and…

2 years ago

Create QR Code for Pages & Post using Plugin in WordPress

On your wordpress website if you want to generate qr code for pages and posts…

2 years ago

Add Google Search Console HTML File Upload on WordPress

If you are trying to verify your WordPress website with google search console with html…

2 years ago