658 Commits

Author SHA1 Message Date
Tom Helmuth
56163f9a23 Got old tests to pass 2021-11-02 13:38:10 -04:00
Lee Spector
7c9ff00dc1
Merge pull request #35 from thelmuth/fix/def-instruction-not-macro
Fix/def instruction not macro
2021-11-02 13:18:53 -04:00
Tom Helmuth
c5b9aece9c Fixed issue with translation that caused infinite loops if an explicit number of open parentheses is set to 0 2021-11-02 13:12:46 -04:00
Tom Helmuth
0d3b65734b Updated Smallest and Number IO problems to use generations and population parameters same as Clojush 2021-11-02 13:12:12 -04:00
Tom Helmuth
45a61c86f7 Added parentheses requirements to 14 instructions that did not have them. 2021-11-02 12:53:39 -04:00
Tom Helmuth
d8c97e29e8 Moved macros and helpers to push/instructions.cljc 2021-11-02 12:37:06 -04:00
Tom Helmuth
0d58508bae Moved push/utils/limits.cljc to push/limits.cljc 2021-11-02 11:23:21 -04:00
Tom Helmuth
39f0f4e30f Merge branch 'fix/smallest-dont-parse-output' into fix/def-instruction-not-macro 2021-11-02 11:18:37 -04:00
Tom Helmuth
a42d23bf7a Moved push/core.cljc to push/instructions.cljc 2021-11-02 11:18:29 -04:00
Tom Helmuth
6b39e078ee Merge branch 'master' into fix/def-instruction-not-macro 2021-11-02 11:12:26 -04:00
Tom Helmuth
d6ed2456c7 Started changing away from macros in files. 2021-11-02 11:11:51 -04:00
Tom Helmuth
69a65229fe Made Smallest problem not parse printed integer. 2021-11-02 10:37:49 -04:00
Tom Helmuth
9507eca041 Changed all macros to functions. 2021-11-02 10:35:34 -04:00
Lee Spector
462e70d843
Merge pull request #32 from erp12/new_args_and_parallelism
New parameters and performance improvements
2021-11-02 10:23:20 -04:00
Lee Spector
fcb8bd398b
Merge pull request #34 from ryanboldi/no-mins
Removed maximum errors for solutions that output values from PSB2 Problems
2021-11-01 23:12:50 -04:00
Ryan Boldi
18baba1e80 removed maximum errors for solutions that output values from the PSB2 problems 2021-10-31 23:32:49 -04:00
Lee Spector
fa785f9719
Merge pull request #33 from erp12/fly_launcher
Adds fly launcher
2021-10-15 10:12:56 -04:00
erp12
2d066d8089 Adds fly launcher 2021-10-14 22:07:57 -04:00
erp12
a16bbeacb9 Adds shutdown-agents to problem files 2021-10-10 16:51:54 -04:00
erp12
3a0e9560c5 Redesigns limits 2021-10-10 16:51:54 -04:00
erp12
bdf278af8f Parameterizes solution-error-threshold and mapper with defaults 2021-10-10 16:51:54 -04:00
erp12
f1032ba904 Adds lein profile for profiling code 2021-10-10 16:51:54 -04:00
erp12
2bddc41587 Disables broken tests 2021-10-10 16:51:54 -04:00
erp12
99212107ca Runs tests on every push 2021-10-10 16:51:54 -04:00
erp12
a184e7af29 Removed ignored IntelliJ file 2021-10-10 16:22:02 -04:00
Lee Spector
3b6aabce98 Version bump 2021-10-10 16:22:02 -04:00
Lee Spector
003426318b Version bump 2021-08-02 11:43:56 -04:00
Lee Spector
5b2b9c82a0
Merge pull request #31 from dafg05/custom-report
Fix null-custom report bug when no custom-report is passed to gp argmap
2021-08-02 11:42:31 -04:00
Daniel Flores García
393f2368f2 Fix null-custom report bug when no custom-report is passed to gp 2021-08-02 10:58:23 -04:00
Lee Spector
12d5ffd522 Version bump 2021-08-01 21:07:19 -04:00
Lee Spector
8a12ede981
Merge pull request #30 from dafg05/custom-report
Add support for a custom-report function
2021-08-01 21:04:03 -04:00
Daniel Flores García
f25cd75f2a Add support for a custom-report function 2021-08-01 12:19:06 -04:00
Lee Spector
4058b8e7b0 Version bump 2021-07-26 15:41:52 -04:00
Lee Spector
461da8c939 Don't pre-expand programs passed to interpreter 2021-07-26 15:40:33 -04:00
Lee Spector
2572c706a8 Name unused argument idiomatically 2021-07-22 16:14:24 -04:00
Lee Spector
995ed3b47d Update project.clj for clojars deployment 2021-07-21 23:32:36 -04:00
Lee Spector
d3589b9aee Return history from interpret-program if start-state includes truthy value for :keep-history 2021-07-20 13:25:23 -04:00
Lee Spector
890c2de152
Merge pull request #29 from DuckNoodleSoup/master
Changed :output to :print
2021-07-19 17:41:43 -04:00
Shuzo Katayama
8fae435046
Delete coin_sums.cljc 2021-07-19 16:36:31 -04:00
Shuzo Katayama
c9fe37e227
Merge branch 'lspector:master' into master 2021-07-19 16:31:10 -04:00
Shuzo Katayama
372e45895e replaced :output with :print 2021-07-19 16:26:10 -04:00
Lee Spector
d8738187c6
Merge pull request #28 from dafg05/master
Add cljs.reader to more problems
2021-07-15 16:01:17 -04:00
Daniel Flores García
996f6df1ba Add cljs.reader to more problems 2021-07-15 15:53:39 -04:00
Lee Spector
6ab4f6001e
Merge pull request #27 from DuckNoodleSoup/master
Single Output PSB2 Problems and New Changes
2021-07-15 12:20:07 -04:00
Lee Spector
db743db32b
Merge pull request #26 from dafg05/master
Fix clojurescript bugs
2021-07-15 12:14:27 -04:00
Shuzo Katayama
a23b007b0c single output PSB2 2021-07-15 11:51:13 -04:00
Shuzo Katayama
105e8faf4e single output PSB2 problems 2021-07-15 11:37:43 -04:00
Daniel Flores García
9cf15369bf Add cljs.reader to problems 2021-07-15 11:06:24 -04:00
Shuzo Katayama
8280c3c6d2
temporarily remove spin words
I forgot to ignore this work in progress file from the last commit
2021-07-14 21:48:03 -04:00
Shuzo Katayama
f8a1fec98e
Merge branch 'lspector:master' into master 2021-07-14 21:40:23 -04:00