How can I visualize the timeout scenario

When I try to debug my heuristic function, I often meet the searching process cannot be ended. How can we solve this problem? Is it possible to set the time limitation for searching? And how to visualize such searching process? I can use the display_steps() to visualize the successful cases or terminated cases but I can handle the timeout cases.
Best regards!

1 Like