aimacode / aima-python

Python implementation of algorithms from Russell And Norvig's "Artificial Intelligence - A Modern Approach"
MIT License
7.79k stars 3.65k forks source link

Iterative deepening fix #1286

Closed aimaTUM closed 7 months ago

aimaTUM commented 7 months ago

The visualization of Iterative Deepening search was incorrect: only the last execution of Depth-Limited search was shown, but not those before.