Posted inBasics Simulated Annealing Posted by admin July 15, 2021 Annealing is the process of heating and cooling a metal to change its internal structure…
Posted inBasics Local Search Algorithms Posted by admin July 15, 2021 They start from a prospective solution and then move to a neighboring solution. They can…
Posted inBasics Informed (Heuristic) Search Strategies Posted by admin July 15, 2021 To solve large problems with large number of possible states, problem-specific knowledge needs to be…
Posted inBasics Comparison of Various Algorithms Complexities Posted by admin July 15, 2021 Let us see the performance of algorithms based on various criteria − CriterionBreadth FirstDepth FirstBidirectionalUniform…
Posted inBasics Brute-Force Search Strategies Posted by admin July 15, 2021 They are most simple, as they do not need any domain-specific knowledge. They work fine…
Posted inBasics Search Terminology Posted by admin July 15, 2021 ● Problem Space − It is the environment in which the search takes place. (A set of states…
Posted inBasics AI – Popular Search Algorithms Posted by admin July 15, 2021 Searching is the universal technique of problem solving in AI. There are some single-player games…
Posted inBasics Properties of Environment Posted by admin July 15, 2021 The environment has multifold properties − ● Discrete / Continuous − If there are a limited number of…
Posted inBasics Nature of Environments Posted by admin July 15, 2021 Some programs operate in the entirely artificial environment confined to keyboard input, database, computer file systems and…
Posted inBasics The Structure of Intelligent Agents Posted by admin July 15, 2021 Agent’s structure can be viewed as − ● Agent = Architecture + Agent Program ● Architecture =…