log src/lifter.tp @ 62:ff2b38518a58

age author description
Mon, 16 Jul 2012 04:03:03 -0700 Mike Pavone Updated heuristic
Mon, 16 Jul 2012 02:20:38 -0700 Mike Pavone Add cullwhenover option and more tuning results
Mon, 16 Jul 2012 01:55:04 -0700 Mike Pavone Add hashset based pruning
Sun, 15 Jul 2012 23:55:29 -0700 Mike Pavone Compile with -O2. Add tuning parameters and tuning results script
Sun, 15 Jul 2012 21:42:46 -0700 Mike Pavone Add heuristic for evaluating non-terminal states. Cull to 8 states based on heuristic rather than just a single one based on score.
Sun, 15 Jul 2012 17:26:25 -0700 Mike Pavone Discard entries for which we can easily tell that it will be impossible for them to be better than the current best. This allows us to terminate when we cannot solve the map
Sun, 15 Jul 2012 17:21:27 -0700 Mike Pavone Robot works on simple maps now