Please enable JavaScript.
Coggle requires JavaScript to display documents.
image Knowledge-Based Systems and Pathfinding Algorithms - Coggle Diagram
Knowledge-Based Systems and Pathfinding Algorithms
Pathfinding algorithms:
-
Informed search algorithms (Best First, A*, etc.)
Uninformed search algorithms (Breadth-first, Depth-first, etc.)
-
Heuristics
Examples: Manhattan, Euclidean distance.
-
Genetic algorithms:
Fitness evaluation,
selection, crossover, and mutation for optimization.
-
Wumpus World:
Environment description and elements
Wumpus, agent, gold, pit
P.E.A.S. framework:
Performance measures, environment, actuators, sensors.
-
-
-
-