---
title: "Which is the most straight forward approach for planning algorithm?"  
description: "Which is the most straight forward approach for planning algorithm?"  
author: "Jack Williams"  
published: 2017-11-25  
canonical: https://answers.mindstick.com/qa/31224/which-is-the-most-straight-forward-approach-for-planning-algorithm  
category: "technology"  
tags: ["artificial intelligence"]  
reading_time: 1 minute  

---

# Which is the most straight forward approach for planning algorithm?

Which is the most straight [forward](https://www.mindstick.com/forum/159810/what-happens-during-a-roll-forward-process) [approach](https://www.mindstick.com/interview/985/what-are-the-approaches-that-you-will-follow-for-making-a-program-very-efficient) for [planning](https://www.mindstick.com/articles/54942/6-tips-for-organising-a-successful-corporate-event) [algorithm](https://www.mindstick.com/blog/302556/unveiling-google-s-pagerank-algorithm-the-foundation-of-search-rankings)?

## Answers

### Answer by akriti kashyap

## State Space Search!

![Which is the most straight forward approach for planning algorithm?](https://answers.mindstick.com/questionanswer/3feb5014-167c-4bb0-bf9b-c808754aa192/images/45296a43-3c82-4ffb-aa61-020495f79d10.png)**\**

The approach that has been considered to be straightforward is **State Space Search** as it takes over everything which is been taken into the account…

Well, knowing what exactly the State Space Search is all about, it is been one of the **generic formulation describing the intelligent action**. It does contain all the required information for predicting the post effect of an action for determining its state at goal. Thus, it assumes following parameters as below:

- The agent should be equipped with the knowledge of the State Space stating about its stats
- Agent must also be equipped with a set of actions that would produce the deterministic outcomes
- Considering the outcome, few are been analyzed as the goal state which is been shouldered over the agent to reach that state prior to its recognition
- A Solution is the sequence of the state/action that an agent can get through traversing from current to its goal state

## \

## Cheers!


---

Original Source: https://answers.mindstick.com/qa/31224/which-is-the-most-straight-forward-approach-for-planning-algorithm

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
