https://github.com/lspector/Clojush

sort by:
Revision Author Date Message Commit Date
3b8c63f Version 2.7.0 [ci skip] 15 September 2016, 21:50:48 UTC
2ce2248 lein release :minor 15 September 2016, 21:39:23 UTC
dc812d4 Moved push-argmap, arg documentation, and utility fns to new namespace clojush.args. 15 September 2016, 21:38:07 UTC
c726129 Changed autoconstructive rand enrichment defaults, which were just weird. 15 September 2016, 20:44:32 UTC
62278f7 Reformatted documentation of push-argmap in pushgp.clj. 15 September 2016, 20:29:13 UTC
5d76625 Version 2.6.1-1-SNAPSHOT [ci skip] 09 September 2016, 19:40:49 UTC
57457b8 Version 2.6.1 [ci skip] 09 September 2016, 19:39:08 UTC
7f23b10 test releasing patch lein release :patch 09 September 2016, 19:28:33 UTC
aa77923 Fix releases! Instead of attaching just a snapshot release, we add a "qualifier". This means that if we just released `2.7.0`, then we change the release to be `2.7.0-1-SNAPSHOT` after the release to signal that we are now working on a release after `2.7.0` that is not released yet. Then we we do our next release, we bump the version however much we need (patch, minor, major) and remove the `-1-SNAPSHOT` to get the version to release on Clojars. Then add it back on after with the new release. 09 September 2016, 19:28:11 UTC
7c8466b Version 2.7.0-SNAPSHOT [ci skip] 07 September 2016, 03:49:09 UTC
87021ad Version 2.6.0 [ci skip] 07 September 2016, 03:47:15 UTC
a72b82c lein release :minor 07 September 2016, 03:35:40 UTC
d296ab9 Indentation fix. 07 September 2016, 03:26:22 UTC
5581a82 Changed random-plush-genome-with-size to return genome as vector. 07 September 2016, 03:24:14 UTC
d1c1327 Added one of many possible alternative definitions of diversifying? in a comment. 07 September 2016, 02:54:10 UTC
8ea6023 Changed produce-child-genome-by-autoconstruction to return genome as vector. 07 September 2016, 02:46:26 UTC
7cfeb61 Changed process-genome-for-autoconstruction to return genome as vector. 07 September 2016, 02:30:13 UTC
d19622c Made revert-too-big-child produce vector genomes. 04 September 2016, 16:07:19 UTC
51b9d29 Added genome_gene_replace instruction. 02 September 2016, 22:08:48 UTC
56a4000 Genome instructions manipulate genomes as vectors. 02 September 2016, 22:06:32 UTC
09ce865 Version 2.6.0-SNAPSHOT [ci skip] 30 August 2016, 00:22:04 UTC
29a3a83 Version 2.5.0 [ci skip] 30 August 2016, 00:19:22 UTC
7b21673 Merge pull request #216 from thelmuth/fix/not-lazy-new-instructions Fix/not lazy new instructions lein release :minor 30 August 2016, 00:08:39 UTC
005aac2 Removed the "multiple-concat" family of instructions, which seem to be causing intermitant crashes. 11 August 2016, 02:25:40 UTC
66e30c7 Made the dup_times and dup_items instructions not lazy 10 August 2016, 16:33:42 UTC
e28b7c3 Version 2.5.0-SNAPSHOT [ci skip] 10 August 2016, 02:06:38 UTC
4d72456 Version 2.4.0 [ci skip] 10 August 2016, 02:03:49 UTC
e8ed086 Merge pull request #215 from thelmuth/refactor/benchmark-error-functions-from-test-cases lein release :minor Refactor/benchmark error functions from test cases 10 August 2016, 01:54:56 UTC
4c11112 Made problem files not print test cases, Smallest - Z 10 August 2016, 01:52:55 UTC
8ada533 Made problem files not print test cases, M - Small or Large 09 August 2016, 22:59:47 UTC
22ce586 Made software problems not print test cases, problems A-L 09 August 2016, 04:00:34 UTC
f21cca3 Added a problem-specific-initial-report, that can be used to print out the test cases 08 August 2016, 16:15:45 UTC
9b504ca Merge branch 'master' into refactor/benchmark-error-functions-from-test-cases 08 August 2016, 03:49:13 UTC
6b58408 Version 2.4.0-SNAPSHOT [ci skip] 06 August 2016, 20:51:55 UTC
638842e Version 2.3.1 [ci skip] 06 August 2016, 20:49:03 UTC
1fe7f17 Merge pull request #214 from thelmuth/feature/plush-autosimplification Feature/plush autosimplification lein release :minor 06 August 2016, 20:40:15 UTC
941455c Merge branch 'master' into feature/plush-autosimplification 06 August 2016, 20:09:28 UTC
8887353 Merge branch 'feature/plush-autosimplification' into refactor/benchmark-error-functions-from-test-cases 06 August 2016, 19:31:49 UTC
438b64a Refactored train and test cases for RSWN so that they don't print when file is required 06 August 2016, 15:25:30 UTC
723dedb Version 2.3.1-SNAPSHOT [ci skip] 06 August 2016, 03:53:03 UTC
ebdf306 Version 2.3.0 [ci skip] 06 August 2016, 03:51:24 UTC
95b2776 lein release :patch Merge pull request #213 from thelmuth/refactor/benchmark-error-functions-from-test-cases Refactored software synthesis problems to make them possible to use s… 06 August 2016, 03:42:41 UTC
348546a Refactored software synthesis problems to make them possible to use specific test cases. 06 August 2016, 02:50:23 UTC
6533ec8 Version 2.3.0-SNAPSHOT [ci skip] 05 August 2016, 03:30:06 UTC
c27b56d Version 2.2.0 [ci skip] 05 August 2016, 03:27:59 UTC
2ffe7d9 Merge pull request #212 from thelmuth/feature/add-duping-instructions Add instructions for: lein release :minor 05 August 2016, 03:20:08 UTC
ea8e189 Added "multiple_concat" instructions for sequence types (vectors and strings). Also, fixed the stack types of the dup_items and dup_times instructions 04 August 2016, 20:21:17 UTC
3b3f796 Finished implementing dup_times and dup_items for all common stacks. 04 August 2016, 18:41:49 UTC
4a92a97 Merge branch 'master' into feature/add-duping-instructions 04 August 2016, 15:11:31 UTC
5bd72b1 Finished Plush genome simplification 31 July 2016, 22:25:36 UTC
bf76c84 Merge remote-tracking branch 'lspector/master' into feature/plush-autosimplification 30 July 2016, 22:08:54 UTC
eb9679a Work on Plush simplification 30 July 2016, 17:12:55 UTC
7bed57f Version 2.2.0-SNAPSHOT [ci skip] 27 July 2016, 18:34:51 UTC
0c16c59 Version 2.1.0 [ci skip] 27 July 2016, 18:32:06 UTC
f069bb6 Merge pull request #211 from erp12/master Changed some let definitions so they no longer mask clojure functions lein release :minor 27 July 2016, 18:23:35 UTC
cf22dd8 Merge branch 'master' of https://github.com/erp12/Clojush 27 July 2016, 17:45:26 UTC
83d7534 Merge pull request #2 from lspector/master Getting up to date 27 July 2016, 17:45:02 UTC
31c3f87 Changed some let definitions so they no longer masker clojure functions and 25 July 2016, 20:02:05 UTC
1e0a01c Working on Plush genome autosimplification 24 July 2016, 13:41:51 UTC
8d11809 Merge pull request #210 from thelmuth/checksum-more-test-cases Checksum more test cases lein release minor 23 July 2016, 22:28:19 UTC
7a8a85c Merge branch 'master' into feature/checksum-more-test-cases 23 July 2016, 17:19:10 UTC
a313df4 Merge branch 'master' into add-duping-instructions 23 July 2016, 15:47:13 UTC
60ba55e Started adding stack dup_items instructions 23 July 2016, 15:16:02 UTC
3bd68ef Version 2.1.0-SNAPSHOT [ci skip] 22 July 2016, 19:11:24 UTC
db613fd Version 2.0.74 [ci skip] 22 July 2016, 19:08:38 UTC
8433b29 Merge pull request #209 from lspector/saulshanabrook-patch-1 Look at merge requests for version bump message lein release :minor 22 July 2016, 18:59:41 UTC
258f505 Look at merge requests for version bump message To fix https://github.com/lspector/Clojush/pull/207#issuecomment-234626189 22 July 2016, 18:54:21 UTC
ce3e702 Merge pull request #208 from thelmuth/refactor-agents-and-rng Refactored make-agents-and-rng into 3 functions lein release minor 22 July 2016, 17:05:55 UTC
94b70cf Refactored make-agents-and-rng into 3 functions 22 July 2016, 16:21:46 UTC
7d6a680 Merge pull request #207 from lverns/documentation Correct lein REPL example in README.md 18 July 2016, 18:07:27 UTC
69f7681 Merge pull request #206 from lverns/edn-export-pr Add EDN logging 13 July 2016, 19:29:08 UTC
335915d Implemented EDN logging 13 July 2016, 14:18:43 UTC
12c2258 Changed report/initial-report to accept the argmap 13 July 2016, 14:11:45 UTC
f08d5b8 Merge pull request #205 from lverns/run-uuid Add a run UUID to the push-argmap 12 July 2016, 14:51:59 UTC
e30b97f Correct lein repl example in README.md 08 July 2016, 15:47:29 UTC
6f69d03 Version 2.0.74-SNAPSHOT [ci skip] 07 July 2016, 05:30:53 UTC
a3e36b9 Version 2.0.73 [ci skip] 07 July 2016, 05:29:08 UTC
19f3081 try a release lein release :patch 07 July 2016, 05:21:37 UTC
b5ed6ab Implement new releases as per https://push-language.hampshire.edu/t/clojush-versioning/450/4?u=saulshanabrook 07 July 2016, 05:21:26 UTC
a48ce0b Add a run UUID to the push-argmap Placing the UUID in the argmap allows it to easily be accessed from various locations. 06 July 2016, 15:09:46 UTC
a46ac0a Merge pull request #1 from lspector/master Making current 30 June 2016, 15:31:08 UTC
bf49823 Version 2.0.73-SNAPSHOT [ci skip] 21 June 2016, 16:16:57 UTC
22d3483 Version 2.0.72 [ci skip] 21 June 2016, 16:15:17 UTC
569c2b9 Merge pull request #204 from julianoks/master Doubled max points 21 June 2016, 16:07:27 UTC
8a5f0fa Merge pull request #47 from julianoks/patch-50 Doubled max points 20 June 2016, 17:12:21 UTC
0c584d7 Merge pull request #46 from julianoks/patch-49 Doubled max points 20 June 2016, 17:12:16 UTC
c1d7ad9 Merge pull request #45 from julianoks/patch-48 Doubled max points 20 June 2016, 17:12:10 UTC
3eb1058 Merge pull request #44 from julianoks/patch-47 Doubled max points 20 June 2016, 17:12:05 UTC
eb5cbfc Merge pull request #43 from julianoks/patch-46 Doubled max points 20 June 2016, 17:12:00 UTC
995aa07 Merge pull request #42 from julianoks/patch-45 Doubled max points 20 June 2016, 17:11:54 UTC
9ead76e Merge pull request #41 from julianoks/patch-44 Doubled max points 20 June 2016, 17:11:48 UTC
6d09f28 Merge pull request #40 from julianoks/patch-43 Doubled max points 20 June 2016, 17:11:43 UTC
ea83903 Merge pull request #39 from julianoks/patch-42 Doubled max points 20 June 2016, 17:11:36 UTC
5e98ef3 Merge pull request #38 from julianoks/patch-41 Doubled max points 20 June 2016, 17:11:30 UTC
18fc3e9 Merge pull request #37 from julianoks/patch-40 Doubled max points 20 June 2016, 17:11:16 UTC
ba19120 Merge pull request #36 from julianoks/patch-39 Doubled max points 20 June 2016, 17:11:07 UTC
8bb9445 Merge pull request #35 from julianoks/patch-38 Doubled max points 20 June 2016, 17:11:02 UTC
209c59a Merge pull request #34 from julianoks/patch-37 Doubled max points 20 June 2016, 17:10:58 UTC
cf2501a Merge pull request #33 from julianoks/patch-35 Doubled max points 20 June 2016, 17:10:53 UTC
fdac12d Merge pull request #32 from julianoks/patch-34 Doubled max points 20 June 2016, 17:10:50 UTC
back to top