AI - UNIT 2
Across
- 2. ___ is a key characteristic of the Genetic Algorithm.
- 3. search algorithm that imposes a fixed depth limit on nodes
- 4. BFS is an example of ______ search
- 9. new states generated in genetic algorithm by ____
- 11. Example of zero sum game
- 12. Number of successors generated in back tracking search
Down
- 1. A loop that constantly moves in the direction of growing value that is uphill is ____ algorithm.
- 5. Another name for Heuristic Search is ____
- 6. search that implements stack operation for searching the states
- 7. Path to goal is irrelevant in _________ search problems
- 8. ____ algorithm keeps track of k states instead of just one
- 10. space complexity of Depth-first search