useless pre-processing
Posted: Fri Mar 27, 2009 10:20 am
Hey guys, tried to do some pre-processing with the maze. but after i compared the running durations with and without clearing the maze, i got almost the same result.
the following example is level 141; the most unpleasant level for me, so far.
level141 pre-processed: RDDD********************************RRDD
solving time: 8216,9s
level141 normal: RDDD********************************RRDD
solving time: 8202,6s
Btw: The pre-processing itself needs just about a second. I am using a recursive BF-algo that recognizes and avoids the "walls".

Thx, wiz
the following example is level 141; the most unpleasant level for me, so far.
level141 pre-processed: RDDD********************************RRDD
solving time: 8216,9s
level141 normal: RDDD********************************RRDD
solving time: 8202,6s
Btw: The pre-processing itself needs just about a second. I am using a recursive BF-algo that recognizes and avoids the "walls".

Thx, wiz