Timed Out Solution

Hello,

I was wondering how a timed-out solution may occur? I have a solution similar to the example (once I understood it I tempered with it) but most scenarios returned timed out.

How can I look at these scenarios or can I get hints as to what this means is wrong with my code?

TIA

1 Like

I’m also wondering how best to debug timeouts, since display_steps doesn’t seem to work in that case.

Couldn’t figure it out but attempted to redevelop algorithms that were more likely to get to a solution / gave more different costs from the heuristics

There is a parameter (timeout) in the batch_processing_config.yaml configuration file. Once the run time for solving a solution exceeds this value, the scenario is deemed time out and thus the program tries on the next scenarios.