458 Commits

Author SHA1 Message Date
Daniel Flores García
62fc20f8e7 Change literals map to vector of vectors 2021-07-14 20:29:52 -04:00
Lee Spector
686ba1fdb2 Remove unused require 2021-07-14 16:50:33 -04:00
Shuzo Katayama
ede1abe7c4 paired digits, shopping list, snow day 2021-07-14 16:42:20 -04:00
Lee Spector
1cc2b26df2 Update -main in propeller.core to just print a message 2021-07-14 16:41:42 -04:00
Lee Spector
5240423f66 Update README; fix command-line handling of arguments 2021-07-14 16:37:21 -04:00
Lee Spector
b8da169b54 Make all problem files contain -main, gp call, and default argmap 2021-07-14 15:55:38 -04:00
Shuzo Katayama
a32b3263c5 fizz buzz, gcd, and luhn added 2021-07-14 14:55:45 -04:00
Shuzo Katayama
883840a564 fizz buzz, gcd, and luhn added 2021-07-14 14:55:23 -04:00
Lee Spector
1698c51194 Update valiant for new problem specification scheme 2021-07-13 23:19:14 -04:00
Lee Spector
94d4b9d43a Combine training and testing data in same var for consistency with other problems 2021-07-13 23:16:17 -04:00
Lee Spector
f94b991864 Update string-classification for new problem specification scheme; remove unused PSB2 argmap items 2021-07-13 23:11:58 -04:00
Lee Spector
20be7c04e3 Update twitter for new problem specification scheme 2021-07-13 23:01:19 -04:00
Lee Spector
b2fb5b1f53 Update substitution-cipher for new problem specification scheme 2021-07-13 22:56:25 -04:00
Lee Spector
3616293dc9 Update middle-character for new problem specification scheme 2021-07-13 22:53:58 -04:00
Lee Spector
1032895b8f Update fuel-cost for new problem specification scheme 2021-07-13 22:51:23 -04:00
Lee Spector
e51bdf2fab Update dice-game for new problem specification scheme 2021-07-13 22:48:54 -04:00
Lee Spector
b3b1363942 Remove redundant requires 2021-07-13 22:43:16 -04:00
Lee Spector
e4a8e3a247 Update camel-case for new problem specification scheme 2021-07-13 22:41:25 -04:00
Lee Spector
e8d6670a2d Update bowling for new problem specification scheme 2021-07-13 22:37:53 -04:00
Lee Spector
5aaf914316 Update bouncing-balls for new problem specification scheme 2021-07-13 22:31:59 -04:00
Lee Spector
a571524dab Make arglist in problem file work for first PSB2 problem (basement) 2021-07-13 22:21:20 -04:00
Lee Spector
d3e2adb575 Remove unused requires 2021-07-13 21:50:33 -04:00
Lee Spector
719b2c6444 Problem file adds data to argmap, error function takes data to use, so far just simple-regression. 2021-07-13 21:47:48 -04:00
Lee Spector
09375d1643 Define arglist in problem file and use it in -main; so far just for simple-regression 2021-07-13 18:27:28 -04:00
Lee Spector
ec65f959f2 Don't call identity on error function 2021-07-13 18:20:31 -04:00
Shuzo Katayama
abec0ddf12 twitter 2021-07-13 15:59:36 -04:00
Shuzo Katayama
2cead8b88d added middle character 2021-07-13 15:40:18 -04:00
Shuzo Katayama
a7deb03611 fixed argmap and levenshtein distance 2021-07-13 11:56:49 -04:00
Shuzo Katayama
660fb32d93 git merge conflicts resolved 2021-07-12 17:56:36 -04:00
Shuzo Katayama
fe5fd97aae storage 2021-07-12 17:38:09 -04:00
Shuzo Katayama
82f41520a1 some PSB2 problems added 2021-07-12 17:26:19 -04:00
Shuzo Katayama
6cb1bd1ff2 more problems added 2021-07-09 11:30:54 -04:00
klingliu
d47bfc4aaf Change instructions output to string format for analysis scripts 2021-07-06 17:56:50 -04:00
klingliu
d92507b062 Revert "Change outputs to turn instructions list into string for the analysis scripts"
This reverts commit 744ab184baac945acdee4e0c7aa533cc1729cc6a.
2021-07-06 17:46:17 -04:00
klingliu
744ab184ba Change outputs to turn instructions list into string for the analysis scripts 2021-07-06 17:44:45 -04:00
Shuzo Katayama
8fb2f772d4 path names in argmap 2021-07-06 16:51:01 -04:00
Shuzo Katayama
6bd8a60c41 changed path to map 2021-07-03 14:40:26 -04:00
Shuzo Katayama
829b41e253 path function changed 2021-07-01 18:04:18 -04:00
Shuzo Katayama
a831990c35 merge 2021-07-01 16:14:16 -04:00
Shuzo Katayama
3075d8a35a fixed fuel cost 2021-07-01 16:02:31 -04:00
klingliu
51ff11c362 Change max-number-magnitude and min-number-magnitude to be more reasonable 2021-06-29 17:30:07 -04:00
klingliu
fc5827e711 Change final output map to display total error 2021-06-29 16:52:17 -04:00
Lee Spector
390c880291
Merge pull request #19 from klingliu/outputs
Change outputs from strings to maps
2021-06-29 15:43:12 -04:00
klingliu
1437b16bfc Change outputs from strings to maps 2021-06-29 12:20:04 -04:00
klingliu
4c2db8a19a Add rumad variation 2021-06-29 12:15:37 -04:00
Shuzo Katayama
98270691e0 fuel cost working 2021-06-24 17:18:19 -04:00
Shuzo Katayama
6def4035c3 train-and-test function added 2021-06-22 16:41:55 -04:00
Shuzo Katayama
62ac9e570c user specified path 2021-06-22 12:39:09 -04:00
Tom Helmuth
e6a0b05e8e Added example for how to use datasets for PSB2. 2021-06-19 22:55:17 -04:00
Lee Spector
6fa77812ec Merge remote-tracking branch 'origin/master' 2021-06-16 16:09:42 -04:00