Have MChessMain catch and report certain exceptions without necessarily stopping the exploration (e.g. assert failures and continue with more schedules)
- May want to keep track of the number of failures (or duplicates) so that if a threshold count is reached
we'd then stop at that point.
- Be smart about ignoring duplicate exceptions.
This is a great feature to allow debugging of a certain schedule, or two.