log src/lifter.tp @ 67:ff8d7b4499f5 default tip

age author description
Mon, 16 Jul 2012 04:48:50 -0700 Mike Pavone Submission prep default tip
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
Sun, 15 Jul 2012 14:27:21 -0700 Mike Pavone Add priority queue implementation to lifter. Add methods for cloning playfield and determining valid moves.
Sat, 14 Jul 2012 21:27:36 -0700 Mike Pavone Use dictionary
Sat, 14 Jul 2012 19:33:35 -0700 Mike Pavone Use built-in true and false.
Sat, 14 Jul 2012 12:33:01 -0700 Mike Pavone Split readFd out of readFile for use in lifter. Add code to read map from stdin to lifter using code in sim
Fri, 13 Jul 2012 17:33:02 -0700 Mike Pavone Put dummy code in placeholder source files. Create makefile.
Fri, 13 Jul 2012 08:10:08 -0700 Mike Pavone Added official demo maps, placeholder source files, and files required for submission