sort by:
Revision Author Date Message Commit Date
e73184c Remove UMAD from gene-selection genetic operator (use in pipeline or separately if you want it) 30 September 2018, 18:47:11 UTC
bfa37df Add gene-selection genetic operator 29 September 2018, 16:01:13 UTC
4a7f6ae Use clojush.pushgp.selection.selection in clojush.pushgp.genetic-operators 29 September 2018, 14:22:40 UTC
442a174 Version 3.14.2-1-SNAPSHOT [ci skip] 15 September 2018, 21:26:25 UTC
c761a19 Version 3.14.2 [ci skip] 15 September 2018, 21:26:09 UTC
f430510 lein release :patch 15 September 2018, 21:24:11 UTC
9d9f701 Merge pull request #262 from thelmuth/refactor/novelty-lexicase-as-meta-error Created novelty-by-case meta-error 15 September 2018, 21:23:26 UTC
6c880ad Added novelty-by-case meta errors. Also rearranged a few things related to how and when novelty is calculated. Also added a check in meta-errors that arguments are actually meta-error functions, to clarify confusing null-pointer exceptions. 15 September 2018, 21:16:03 UTC
74be085 Changed string novelties from Levenshtein distance to combination of hamming distance and difference in length, to improve speed. 15 September 2018, 01:31:18 UTC
6a04eba Version 3.14.1-1-SNAPSHOT [ci skip] 14 September 2018, 20:01:46 UTC
4ea9c20 Version 3.14.1 [ci skip] 14 September 2018, 20:01:28 UTC
e3fd731 lein release :patch 14 September 2018, 19:59:26 UTC
92f644c Merge pull request #261 from thelmuth/fix/plush-too Added check for Plush genomes as well as Plushy. 14 September 2018, 19:57:45 UTC
5585ebd Added check for Plush genomes as well as Plushy. 14 September 2018, 19:41:08 UTC
06b84a7 Version 3.14.0-1-SNAPSHOT [ci skip] 13 September 2018, 02:20:06 UTC
07f8728 Version 3.14.0 [ci skip] 13 September 2018, 02:19:50 UTC
b81cf02 lein release :minor 13 September 2018, 02:17:56 UTC
ca6b2e7 Merge pull request #260 from thelmuth/fix/throw-exception-for-non-plushy-operators Added assertions that genetic operators will/won't work with Plushy. 13 September 2018, 02:15:51 UTC
aa5e218 Added assertions that genetic operators will/won't work with Plushy. 13 September 2018, 02:10:34 UTC
5e144e2 lein release :minor 12 September 2018, 14:45:08 UTC
d78b6d8 Merge pull request #259 from thelmuth/develop/plushi Added Plushy genomes as an option for Clojush 12 September 2018, 12:46:18 UTC
907d365 Merge remote-tracking branch 'lspector/master' into develop/plushi 12 September 2018, 03:27:01 UTC
8601098 Updated most genetic operators to work natively with Plushy genomes (as well as Plush genomes). 12 September 2018, 03:22:52 UTC
deb5b24 Added :skip to the translation of Plushy. 12 September 2018, 02:18:50 UTC
53b0f30 Changed "plushi" -> "plushy" throughout Clojush. 12 September 2018, 00:46:40 UTC
df62e5c Changed genome close printing to actual bitstrings for smaller file sizes. 03 August 2018, 02:16:21 UTC
49d15d6 Version 3.13.1-1-SNAPSHOT [ci skip] 02 August 2018, 22:24:11 UTC
c532646 Version 3.13.1 [ci skip] 02 August 2018, 22:23:55 UTC
5272e10 lein release :patch 02 August 2018, 22:20:25 UTC
9db1466 Remove non-terminating cycle from :gtm option 02 August 2018, 22:20:11 UTC
29ef591 Version 3.13.0-1-SNAPSHOT [ci skip] 02 August 2018, 20:27:34 UTC
e0374d0 Version 3.13.0 [ci skip] 02 August 2018, 20:27:17 UTC
96db310 lein release :minor 02 August 2018, 20:23:05 UTC
0110fd3 Remove some hacks 02 August 2018, 20:10:49 UTC
dd47b61 Add newborn meta-error 02 August 2018, 19:58:17 UTC
d01c2be Added logging of parenthesis locations for both genomes and programs for CSVs. 02 August 2018, 02:56:51 UTC
2d93d0a Added a version of UMAD to work with Plushi 01 August 2018, 20:59:59 UTC
2dc0918 Finished translation of Plushi to Push, including fixes in Report. 01 August 2018, 20:49:08 UTC
dd7651e Added translation from Plushi to Plush. 01 August 2018, 14:06:13 UTC
0d8b988 Make Plushi genomes 1.165 times as large as :plush genomes to make up for the extra :close instructions. 01 August 2018, 03:21:00 UTC
6c15ea7 Changed probability of closes in Plushi to be based on numbers of opens. Turns out, about 16.5% of instructions should be closes. 01 August 2018, 03:06:16 UTC
6196aa7 Can now generate random Plushi genomes for the population. 18 July 2018, 06:47:49 UTC
71dd674 Tinker with GTM instructions 14 July 2018, 11:49:00 UTC
561e82e Implement new GTM scheme with dub and delay 13 July 2018, 20:22:21 UTC
3555cbb Change terminology from tapes to tracks, offset to skew, fix examples, remove nils from dumped results 06 July 2018, 23:07:08 UTC
7f194f9 Make GTM use just 2 tapes, with only 1 position 04 July 2018, 22:45:04 UTC
7c402bc Auto-advance GTM head to right after reading too 03 July 2018, 06:03:03 UTC
ab6ffbc Make non-output GTM tapes read-only, auto-advance output tape after writing, and make related changes 02 July 2018, 23:07:38 UTC
3d8aef8 Handle no-op behavior of input instructions during autoconstruction in input instructions themselves 01 July 2018, 16:15:16 UTC
e6c6ac4 Implement gtm-based autoconstruction, revealing problem that input instructions from gtm can be executed 01 July 2018, 15:23:38 UTC
322b025 Add gtm_erase 27 June 2018, 15:22:56 UTC
23fd60b Add autoconstructive_code_rand_atom and associated args, including for enrichment 26 June 2018, 02:03:48 UTC
ac1e08c Add code_rand_atom instruction 26 June 2018, 01:47:07 UTC
a1c1941 Add :autoconstructive-genome-instructions option for :gtm, which includes :code as well as gtm instructions 26 June 2018, 01:37:49 UTC
7203102 Improve comments 26 June 2018, 00:38:35 UTC
4258482 Fix documentation for :autoconstructive arg 25 June 2018, 23:31:23 UTC
ff3c1d1 Tweak comments 25 June 2018, 23:08:23 UTC
ab8e5e0 Add gtm_blank and gtm_secondary, and add tests 24 June 2018, 21:46:21 UTC
a188ec8 TEMPORARILY disable exception for duplicate instruction definition 23 June 2018, 18:11:56 UTC
e2c74e2 Fix long line in load-push-argmap 23 June 2018, 18:03:42 UTC
702f436 Refactor augmentation of argumap for autoconstruction out of load-push-argmap 21 June 2018, 19:46:35 UTC
c7d6f58 Implement gtm instructions 21 June 2018, 03:56:22 UTC
eb57abd Add gtm namespace, use in pushgp, and update clojush.ns for this and other recently added namespaces 09 June 2018, 19:17:53 UTC
db38140 Add :gtm to push-types 09 June 2018, 17:48:13 UTC
0f271cf Version 3.12.0-1-SNAPSHOT [ci skip] 07 June 2018, 02:21:43 UTC
04b78c9 Version 3.12.0 [ci skip] 07 June 2018, 02:21:27 UTC
ed3ed2e lein release :minor 07 June 2018, 02:19:06 UTC
e36987d Merge branch 'visualization' 07 June 2018, 02:17:19 UTC
281864f Document :visualize 07 June 2018, 02:16:46 UTC
8dff569 Improve default :visualize behavior 07 June 2018, 01:42:07 UTC
c522d04 Save full error vectors for :visualize and move initialization of viz-data-atom to clojush.pushgp.visualize 06 June 2018, 19:35:44 UTC
518ab66 Comment on conditional (dynamic) requiring of clojush.pushgp.visualize 06 June 2018, 19:16:32 UTC
ab60ef2 Add first-stab implementation of :visualize 06 June 2018, 19:11:37 UTC
7b92986 Updated nrepl version. Reminder to self: need nrepl dependency (instead of using default, which is better), because gorilla-repl breaks cider for some reason without it. 04 June 2018, 15:56:29 UTC
6e170ef Add quil dependency and clojush.pushgp.visualize namespace 30 May 2018, 12:52:52 UTC
6ba5790 Fixed location of args in README. 28 May 2018, 18:48:39 UTC
8e7732e Version 3.11.1-1-SNAPSHOT [ci skip] 28 May 2018, 14:38:28 UTC
c2ad07a Version 3.11.1 [ci skip] 28 May 2018, 14:38:13 UTC
351b4fe lein release :patch 28 May 2018, 14:35:49 UTC
ee4b01b Merge remote-tracking branch 'origin/master' 28 May 2018, 14:35:23 UTC
1b11d7f lein release :patch 28 May 2018, 14:34:42 UTC
c3d2890 Add documentation for :meta-error-categories in args.clj 28 May 2018, 14:34:19 UTC
8483e96 Version 3.11.0-1-SNAPSHOT [ci skip] 27 May 2018, 20:27:41 UTC
f82acb6 Version 3.11.0 [ci skip] 27 May 2018, 20:27:25 UTC
e8d016f lein release :minor 27 May 2018, 20:23:02 UTC
2799d01 Refactor meta-errors so that each meta-error category is defined with a separate function 27 May 2018, 20:21:58 UTC
69677dd Remove use of thread-local RNGs for meta-errors 25 May 2018, 20:12:24 UTC
60c8ece Move meta-errors to new namespace, clojush.meta-errors 25 May 2018, 18:10:02 UTC
0b61001 Merge remote-tracking branch 'origin/master' 22 May 2018, 23:52:32 UTC
02ba8c7 lein release :minor 22 May 2018, 23:51:52 UTC
76f5b35 Add :symbolic-makes-children-differently, :symbolic-makes-three-children-differently, :symbolic-children-make-children-differently, :symbolic-three-children-make-children-differently 21 May 2018, 14:15:40 UTC
06c111f Revised :reproductive-change-changes-differently and :symbolic-reproductive-change-changes-differently diversification tests 04 May 2018, 21:05:19 UTC
6639f96 Add :gene-oriented-non-recombinative and :uniform-non-recombinative options for :autoconstructive-genome-instructions 04 May 2018, 17:08:28 UTC
bf84d37 Add :non-recombinative option for :autoconstructive-genome-instructions 01 May 2018, 01:07:00 UTC
8d331fd Add :symbolic-reproductive-change-changes-differently diversification test 26 April 2018, 02:48:33 UTC
a732452 Add :mom-doesnt-change-behavior meta-error 24 April 2018, 18:22:42 UTC
3b054d2 Add :case-appropriate-family-uniformity meta-error 23 April 2018, 23:06:42 UTC
1ed7a92 Add reproductive-change diversification test 22 April 2018, 19:22:39 UTC
5086d1b Add diversification tests 20 April 2018, 17:09:00 UTC
192a0ff Finish adding new diversification tests based on reproductive traces 19 April 2018, 19:46:10 UTC
back to top