log

age author description
Sun, 11 Aug 2013 15:24:22 -0700 bill mike's changes to solver default tip
Sun, 11 Aug 2013 14:24:41 -0700 William Morgan solver uses allWithMaxSize if no ops provided.
Sun, 11 Aug 2013 14:12:01 -0700 Mike Pavone Merge
Sun, 11 Aug 2013 14:11:47 -0700 Mike Pavone Improve prefiltering in program generator. Make solver use similar logic to driver when run standalone.
Sun, 11 Aug 2013 14:08:13 -0700 Mike Pavone Update myproblems.json
Sun, 11 Aug 2013 14:00:19 -0700 William Morgan clean out test
Sun, 11 Aug 2013 13:48:35 -0700 William Morgan allWithMaxSize seems to work, will clean next commit
Sun, 11 Aug 2013 05:55:28 -0700 Mike Pavone Updated myproblems.json
Sun, 11 Aug 2013 05:55:06 -0700 Mike Pavone Added solver driver
Sun, 11 Aug 2013 05:54:42 -0700 Mike Pavone Fix crash from calling srand during module initialization
Sun, 11 Aug 2013 04:35:02 -0700 Mike Pavone Sleep for 20 seconds when we receive a 429 response
Sun, 11 Aug 2013 04:03:51 -0700 Mike Pavone Updated myproblems.json. Some solver fixes
Sun, 11 Aug 2013 02:35:40 -0700 Mike Pavone Updated myproblems.json
Sun, 11 Aug 2013 02:32:06 -0700 Mike Pavone Fix decoding of JSON problem array
Sun, 11 Aug 2013 02:18:55 -0700 Mike Pavone Merge
Sun, 11 Aug 2013 02:16:44 -0700 Mike Pavone Print some timestamps of request times in solver
Sun, 11 Aug 2013 02:16:14 -0700 Mike Pavone Add support for generating programs with only a certain set of operators to allow work with slightly larger problem sizes
Sun, 11 Aug 2013 02:17:43 -0700 William Morgan merge
Sun, 11 Aug 2013 02:16:55 -0700 William Morgan parsing myproblems.json, needs fix
Sun, 11 Aug 2013 00:37:34 -0700 Mike Pavone Fix bug that was causing the solver to not find certain matches
Sat, 10 Aug 2013 23:35:05 -0700 Mike Pavone Merge
Sat, 10 Aug 2013 23:34:57 -0700 Mike Pavone Solver works!
Sat, 10 Aug 2013 22:49:25 -0700 Mike Pavone Added a small training set
Sat, 10 Aug 2013 23:30:12 -0700 William Morgan problem response json is parsed, also works with training problems. tested.
Sat, 10 Aug 2013 22:31:18 -0700 William Morgan other training problem.
Sat, 10 Aug 2013 22:26:05 -0700 Mike Pavone Merge
Sat, 10 Aug 2013 22:25:49 -0700 Mike Pavone More solver work
Sat, 10 Aug 2013 19:54:20 -0700 Mike Pavone Initial work on solver
Sat, 10 Aug 2013 21:23:33 -0700 William Morgan working guess request and response.
Sat, 10 Aug 2013 20:30:05 -0700 William Morgan eval(id) request fixed. Fail gracefully on non-200 http response.
Sat, 10 Aug 2013 18:59:04 -0700 Mike Pavone Merge
Sat, 10 Aug 2013 18:35:10 -0700 Mike Pavone Add code for filtering a program set based on the operators used
Sat, 10 Aug 2013 17:25:33 -0700 Mike Pavone Add memoization support to program generator
Sat, 10 Aug 2013 18:39:45 -0700 William Morgan added guess response.
Sat, 10 Aug 2013 16:31:48 -0700 Mike Pavone Added code for sending and decoding the responses of evalRequests
Sat, 10 Aug 2013 11:53:21 -0700 Mike Pavone some work that probably needs to be trashed on requests.tp
Sat, 10 Aug 2013 03:56:32 -0700 William Morgan cleanup.
Sat, 10 Aug 2013 03:31:50 -0700 William Morgan some attempts at parsing an eval response
Fri, 09 Aug 2013 15:53:53 -0700 William Morgan cleanup.
Fri, 09 Aug 2013 15:52:16 -0700 William Morgan strJoin finally works.
Fri, 09 Aug 2013 13:53:45 -0700 William Morgan simple parallel requests limit test
Fri, 09 Aug 2013 12:55:38 -0700 William Morgan for bug investigation
Fri, 09 Aug 2013 04:31:14 -0700 Mike Pavone Small bit of cleanup now that the string escaping bug is fixed.
Fri, 09 Aug 2013 04:17:27 -0700 William Morgan moving file
Fri, 09 Aug 2013 04:16:32 -0700 William Morgan one more compiler bug for mike.
Fri, 09 Aug 2013 03:45:27 -0700 William Morgan commit for bugfix
Fri, 09 Aug 2013 02:39:12 -0700 Mike Pavone Fix a tiny bug in my bugfix for Bill
Fri, 09 Aug 2013 02:35:37 -0700 Mike Pavone Help Bill work around some compiler bugs
Fri, 09 Aug 2013 02:14:57 -0700 William Morgan merge
Fri, 09 Aug 2013 01:44:16 -0700 William Morgan sending broken file for mike to check error
Fri, 09 Aug 2013 01:17:14 -0700 Mike Pavone Add support for generating programs that contain fold. Make the desired program size a command line argument.
Fri, 09 Aug 2013 00:47:29 -0700 Mike Pavone Add support for generating programs with if0, thus allowing us to generate all programs up to size 5.
Fri, 09 Aug 2013 00:01:05 -0700 Mike Pavone Add support for generating all programs up to size 3 inclusive
Thu, 08 Aug 2013 22:32:48 -0700 Mike Pavone Merge
Thu, 08 Aug 2013 22:32:02 -0700 Mike Pavone Add support for fold to evaluator
Thu, 08 Aug 2013 22:14:09 -0700 William Morgan This is a training request I generated so we can test the evaluator.
Thu, 08 Aug 2013 21:54:02 -0700 Mike Pavone Initial evaluator implementation. fold is currently missing but other ops are present and seem to work
Thu, 08 Aug 2013 23:06:56 -0400 Joshua Garnett Adding sizes analysis
Thu, 08 Aug 2013 21:08:01 -0400 Joshua Garnett Checking in our problem set and a simple scala parser
Thu, 08 Aug 2013 00:07:06 -0700 William Morgan test commit to verify, please ignore