https://github.com/lspector/Clojush

sort by:
Revision Author Date Message Commit Date
762721b Version bump. 15 September 2015, 22:45:46 UTC
f0f1a5e Merge pull request #158 from Vaguery/update-dependencies updated project dependencies 15 September 2015, 22:44:17 UTC
1eca0ac updated project dependencies: clojure -> 1.7, clojure.org/math.combinatorics -> 0.1.1, clojure.org/data.csv -> 0.1.3, clojure-csv -> 2.0.1, clojure.org/data.json -> 0.2.6, lein-midje -> 3.1.3, midje -> 1.7.0 15 September 2015, 17:38:46 UTC
44d816f Version bump. 12 September 2015, 14:33:32 UTC
708e338 Enhanced rands for autoconstruction; rule30_dynamic problem. 12 September 2015, 14:31:28 UTC
3889ce8 Change constants pushed by autoconstructive rand instructions when not autoconstructing. 08 August 2015, 21:22:00 UTC
f0ddc12 Added autoconstructive_boolean_rand and related enrichment parameter. 08 August 2015, 21:20:15 UTC
dd71f02 Added clojush.problems.boolean.rule30-dynamic. 08 August 2015, 20:24:38 UTC
af49980 Version bump. 30 July 2015, 19:13:33 UTC
fe3ba77 Merge pull request #139 from thelmuth/track-selection-counts Track selection counts 30 July 2015, 19:11:30 UTC
cfbeeed Removed file PushState that appeared at least commit 23 July 2015, 13:22:30 UTC
297dd35 Merge branch 'master' into track-selection-counts 23 July 2015, 13:22:11 UTC
d95ff6d Version bump. 23 July 2015, 03:36:46 UTC
c89884e Fixed merge conflict. 23 July 2015, 03:35:42 UTC
4bad391 Merge pull request #145 from NicMcPhee/tozier_problems Tozier problems 23 July 2015, 03:29:28 UTC
2457776 Merge pull request #151 from NicMcPhee/convenience_fxns Convenience function push-state-from-stacks 23 July 2015, 03:27:05 UTC
ded594d Merge pull request #141 from thelmuth/fix-feature/diversity-printing Fix feature/diversity printing 23 July 2015, 03:23:41 UTC
d6d6357 Cosmetic autoconstruction improvements. 23 July 2015, 03:20:03 UTC
58ad4b6 bringing down remote changes 17 July 2015, 14:50:56 UTC
6b10dea minor tweaks of winkler01 settings 17 July 2015, 14:49:08 UTC
ea0bb13 renamed problems/tozier/the_idea_of_numbers.clj 15 July 2015, 23:51:36 UTC
ca9ba38 some fixes of settings 15 July 2015, 20:42:45 UTC
bde329a refactored push-state-from-stacks also added test to surface a simple way to quickly modify push-state 15 July 2015, 15:47:57 UTC
685b18b changed push-state-now! to push-state-from-stacks 14 July 2015, 20:36:36 UTC
15c2348 added check for simultaneous stack assignments 14 July 2015, 18:26:57 UTC
da6715f added check for odd stack assignments 14 July 2015, 18:13:51 UTC
1b03387 convenience function clojush.pushstate/push-state-now! for creating push-states more readably 14 July 2015, 18:10:01 UTC
9374939 finished midje tests for problems/tozier/winkler01.clj 14 July 2015, 14:53:48 UTC
1eb6a32 added tests and 'edge case' handling for negative arguments of prime-factors-as-sorted-vector; tweaked GP arguments as an experiment 13 July 2015, 20:25:06 UTC
54c2fe3 changed winker01 error back to error-01 13 July 2015, 12:59:56 UTC
abbcb12 fixed return type of integer_factors 13 July 2015, 12:57:41 UTC
e487eea added integer_factors instruction, with tests 13 July 2015, 12:55:06 UTC
fd3512e added better tests for problems/tozier/winkler01.clj 13 July 2015, 09:49:00 UTC
c8fa8e9 added Midje tests for clojush.problems.tozier.winkler01.clj 13 July 2015, 01:00:56 UTC
39646a0 revised problems/tozier/winkler01 12 July 2015, 18:27:18 UTC
fca8a8f modified clojush/problems/tozier/winkler01.clj (fiddled with args) 12 July 2015, 14:03:07 UTC
b6eb66c added problems/tozier/winkler01.clj 12 July 2015, 10:32:03 UTC
53e89de Removed research and development files, which belong in other places (Discourse and GitHub Issues respectively) 07 July 2015, 16:56:57 UTC
a8fe426 Added genome diversity, error diversity, and total error diversity to reports. 07 July 2015, 15:03:22 UTC
898ab55 Got started on tests for literal handling in the interpreter. We have tests that confirm that a null instruction doesn't change the state, and that an integer constant as an instruction is pushed onto the integer stack. 06 July 2015, 19:24:23 UTC
a2924a0 Got the basic Midje tests to work. It turns out by default that midje loads _all_ the files in both `src` and `test`. This dies horribly because many of the files in `src` have side effects on global atoms, so evaluating them all leads to many conflicts. So to avoid this when running midje use `lein midje :autotest test`. This tells midje to only evaluate the files in the `test` sub-directory, ignoring everything in `src`. 06 July 2015, 18:59:33 UTC
4f3c168 Got basic test working. Commented out all the pseudo-non-test things and added a very simple test to confirm that we can run `clojure.test` style tests. 06 July 2015, 18:05:10 UTC
f015dd9 Added `.lein-failures` to git ignore. 06 July 2015, 18:04:16 UTC
d312226 Print number of incompetents only when autoconstructive. 04 July 2015, 03:20:34 UTC
ef7e917 Fixed types of autoconstructive_integer_rand; fixed atom-generators for odd.clj. 04 July 2015, 03:14:14 UTC
f3dfe12 Merge branch 'master' into track-selection-counts 01 July 2015, 20:43:53 UTC
20501c6 Version bump. 30 June 2015, 19:30:44 UTC
0d1c49d Merge remote branch 'thelmuth/fix/pagie-hogeweg' into working 30 June 2015, 19:29:31 UTC
4652eb8 Removed autoconstruction problems. 30 June 2015, 19:26:48 UTC
6d60846 Autoconstruction parameters, which can be used on command line with any problem. 30 June 2015, 19:23:55 UTC
b2507a4 Moved and fixed metadata on autoconstructive-integer-rand. 30 June 2015, 18:07:54 UTC
3866330 Moved and fixed metadata on autoconstructive-integer-rand. 30 June 2015, 18:06:05 UTC
2d8b308 Fixed error in Pagie Hogeweg problem form move to Plush 30 June 2015, 15:46:28 UTC
9eec818 Version bump. 30 June 2015, 04:09:58 UTC
c5abb7c Added autoconstructive_last_index_of_zero.clj. 30 June 2015, 04:09:08 UTC
880d27d Version bump. 28 June 2015, 19:32:21 UTC
baaa073 Merge pull request #135 from thelmuth/feature/move-autoconstruction-to-own-namespace Moved RSWN Autoconstruction to own directory 28 June 2015, 19:31:31 UTC
59ca60c Moved RSWN Autoconstruction to own directory 28 June 2015, 18:13:41 UTC
4d1f95d Changes to autoconstruction and autoconstructive demo. 27 June 2015, 22:08:41 UTC
44c759d Changes to autoconstruction and autoconstructive demo. 27 June 2015, 22:08:14 UTC
4fa2431 Merge branch 'master' into track-selection-counts 04 June 2015, 18:43:35 UTC
ecadab7 Fix autoconstruction merge errors. 03 June 2015, 22:26:12 UTC
25ffe4e Version bump and gc. 03 June 2015, 22:12:29 UTC
72481c3 Merge pull request #134 from thelmuth/fix-max-points Fix max points, merged via web interface 03 June 2015, 22:07:34 UTC
87bfa36 Statistics-based autoconstruction 03 June 2015, 21:56:42 UTC
61d92e1 Changed translate to check for programs bigger than max-points 28 May 2015, 22:35:32 UTC
6543aa7 Fixed max-points/max-genome in software problems 28 May 2015, 21:21:12 UTC
115a7bf Fixed max-points/max-genome in integer_regression, regression, and synthetic problems 28 May 2015, 21:02:07 UTC
773f7ee Fixed max-points/max-genome in boolean, control, and demos problem files. 28 May 2015, 20:54:47 UTC
ff047d9 Fixed max-points/max-genome, besides in problem files. 28 May 2015, 20:48:21 UTC
1ee8462 Fixed printing of selection counts in report 24 May 2015, 20:58:51 UTC
40e4517 Added option for tracking the numbers of selections for the population 23 May 2015, 21:47:49 UTC
5cfed3f Version bump. 22 May 2015, 16:48:19 UTC
caf39ee Merge branch 'working' 22 May 2015, 16:44:53 UTC
7a84c28 More autoconstruction experimentation. 22 May 2015, 16:42:33 UTC
16676d1 Added truncation of too-big children 21 May 2015, 18:15:58 UTC
6ac6ce2 Comment out jvm-opts. 21 May 2015, 01:28:14 UTC
59251b1 thelmuth/remove-nrepl-port 21 May 2015, 01:27:02 UTC
9fe8c04 Changed Leaky Lexicase to use uniform selection instead of tournament selection with size 0 21 May 2015, 00:41:38 UTC
a2791a6 Added .nrepl-port to .gitignore 21 May 2015, 00:34:17 UTC
b5a47be Removed .nrepl-port 21 May 2015, 00:33:44 UTC
ce17d22 Version bump. 20 May 2015, 22:40:12 UTC
228866d Fixed merge conflicts with thelmuth/baselines. 20 May 2015, 22:33:16 UTC
ff3ae20 More autoconstruction experimentation. 20 May 2015, 22:22:39 UTC
a1f3806 Added research.md and development.md. 20 May 2015, 19:39:58 UTC
6b6f930 Uniform deletion genetic operator. 19 May 2015, 12:11:00 UTC
3ddfc94 Debugged new count-parens (str -> pr-str). 04 May 2015, 11:56:42 UTC
3503c59 Completed previous commit (util.clj hadn't been saved). 04 May 2015, 11:41:43 UTC
174df87 Autoconstruction experiments; non-recursive count-points and count-parens. 03 May 2015, 19:10:21 UTC
9f6c224 Fixed bug when best program gets penalty for no value on stack 30 April 2015, 20:20:56 UTC
af30560 Removed homology printing from problem files. 29 April 2015, 14:57:37 UTC
16ce6a0 Merge branch 'fix-minor-typo' into baselines 28 April 2015, 18:18:46 UTC
59c92ad Fixed minor typo in Vectors Summed ns 28 April 2015, 18:16:51 UTC
1f9dfde Added leaky lexicase selection. 27 April 2015, 15:06:48 UTC
c211e8d Reproductive incompetence is not an option for autoconstruction. 26 April 2015, 03:28:32 UTC
963c7eb Generalized clone to reproductively incompetent genome. 26 April 2015, 03:08:42 UTC
9486124 Print number of random replacements for clones. 26 April 2015, 03:00:15 UTC
9ada5ee genome_gene_copy_range 25 April 2015, 20:58:25 UTC
2238c60 Autoconstruction takes no third (random) input genome. 24 April 2015, 19:59:06 UTC
fef8149 Globals for epigenetic params, fix misnaming of close-parens-probabilities in pushgp.clj, changed genome_gene_randomize. 24 April 2015, 19:33:33 UTC
back to top