Deffinitions
AI: Artificial intelligence(AI) is the study of how to make computer do things which, at the moment, people do better.
AI TECHNIQUE: AI technique is a method that exploits the knowledge
STATE SPACE: It contains all the possible configurations of the relevant object.
STATE SPACE SEARCH: Define a problem as states and search the solutions by starting with a initial state, using set of rules moving one state to another and attempting to end up in one of a set of final states
INITIAL STATES : Specify one or more states within the state space that describe possible situations to start problem-solving process
GOAL STATES : Specify one or more states that would be acceptable as solution to the problem
Comments
Post a Comment