Time out setting

Are we allowed to change timeout setting in yaml file for the bonus exercise? for example changing it from 30 s to 40 s ?

What would you suggest to decrease the number of time-outs in our solutions? I tried different heuristics but could decrease it a little

Hi Koray,
you can change that if that’s at the margin of your struggling. Time-out happens when your heuristic is not efficient enough for the currently considered scenario (not steering towards the goal region) and thus creates a deep search tree.

Kind Regards,
Edmond