611 Commits

Author SHA1 Message Date
Lee Spector
a68f1bdfbc
Update README.md
Add instructions for using CLI tools. Remove instructions for working at REPL, which are superseded by the instructions for using `session.cljc`.
2023-03-15 22:48:45 -04:00
Lee Spector
4eb5e93112
Update float_regression.cljc
Use float constants, no exec or boolean instructions, and epsilon lexicase selection
2023-03-07 18:30:06 -05:00
Lee Spector
340715c6e1
Update README.md 2023-03-07 11:13:11 -05:00
Lee Spector
ab70746446
Merge pull request #57 from FluffyChipmunk/master
adding documentation files
2023-02-18 16:04:01 -05:00
Ashley Bao
0df7e26621 update readme 2023-02-17 14:45:19 -05:00
Lee Spector
25f027c1a7
Merge pull request #56 from ryanboldi/more-problems
Fix comment, and bump psb2 package version to include psb1 problems
2023-02-17 12:52:36 -05:00
Ryan Boldi
f143c108da bump to latest psb2 version 2023-02-17 12:49:42 -05:00
Ryan Boldi
21fe582a54 Update simple_classification.cljc 2023-02-17 12:46:13 -05:00
Lee Spector
75aeeb0914
Merge pull request #55 from ryanboldi/more-problems
Added ryan's propeller problems
2023-02-17 12:10:19 -05:00
Ryan Boldi
23a8b0648a Merge remote-tracking branch 'upstream/master' 2023-02-17 10:21:26 -05:00
Ryan Boldi
00b82ef7b3 remove dependency on datasets 2023-02-17 10:19:39 -05:00
Ryan Boldi
5034cb6737 added ryan's problems 2023-02-17 10:09:27 -05:00
Ryan Boldi
da90f2de8e removing datasets. using psb2.core 2023-02-17 09:57:22 -05:00
Ashley Bao
f47d05e279 updated docs 2023-01-26 11:53:49 -05:00
Ashley Bao
71c8e51dea Update a guide to propeller 2023-01-25 14:33:25 -05:00
Ashley Bao
0c5c356084 script to generate docs 2023-01-25 14:26:53 -05:00
Ashley Bao
5af2daa5ad scripts to fix codox generation 2023-01-24 16:25:14 -05:00
Ashley Bao
3308ba65dd added docs for additional instructions 2023-01-24 14:38:24 -05:00
Ashley Bao
064ba4afbd a guide to propeller update 2023-01-20 15:34:18 -05:00
Ashley Bao
a07f5ba17b udpate docs 2023-01-20 15:21:08 -05:00
Ashley Bao
82a2eec301 ordering in html 2023-01-20 15:01:15 -05:00
Ashley Bao
af0e04a639 udpated docs 2023-01-20 14:58:56 -05:00
Ashley Bao
a2570b4cde updated software and push instructions 2023-01-19 15:50:28 -05:00
Ashley Bao
62f64dee66 Update Adding_Selection_Method.html 2023-01-18 17:17:05 -05:00
Ashley Bao
e1379eb6e3 Update selection method 2023-01-18 17:14:05 -05:00
Ashley Bao
fb0888edd5 update docs site 2023-01-18 17:01:12 -05:00
Ashley Bao
a00c35385f updated docs 2023-01-17 20:47:53 -05:00
Ashley Bao
b2d534b189 moved files 2023-01-16 12:38:28 -05:00
Ashley Bao
c9d424cfdf renamed to docs 2023-01-16 12:36:53 -05:00
Ashley Bao
ff61655e7e adding codox 2023-01-16 12:30:01 -05:00
Ashley Bao
e7240e01d8 created deps.edn file 2023-01-16 12:29:00 -05:00
Ashley Bao
b6b7a5bf9b added docstrings to problems 2023-01-13 17:39:28 -05:00
Lee Spector
3a04b74633
Merge pull request #54 from FluffyChipmunk/master
Added deps.edn
2023-01-12 21:20:44 -05:00
Ashley Bao
4f2db7a406 removed cache files 2023-01-12 20:45:29 -05:00
Ashley Bao
ace5afc907 update gitignore 2023-01-12 20:39:18 -05:00
Ashley Bao
204c8ae0a5 created deps.edn file 2023-01-12 19:20:12 -05:00
Ashley Bao
84f2e6a88d added docstrings
more comments in genome, gp, selection, simplification, utils, variation
2023-01-11 21:37:37 -05:00
Ryan Boldi
a8e42475b5 Update selection_test.cljc 2023-01-10 10:57:20 +01:00
Ryan Boldi
cc9e250a1b Create UBall5D.cljc 2023-01-10 10:30:14 +01:00
Ryan Boldi
2d5bc49d86 Update float_regression.cljc 2023-01-10 09:01:05 +01:00
Ashley Bao
962dd5a55b added explanation of session namespace 2023-01-09 16:42:28 -05:00
Ryan Boldi
ed37be0720 Update downsample.cljc 2023-01-09 16:28:36 +01:00
Ryan Boldi
68bab20143 prepped for integer and float regression runs 2023-01-08 15:08:29 +01:00
Ryan Boldi
d9e16aa028 implemented soft ids, where being a threshold away from solved still counts as being solved. 2023-01-08 14:26:36 +01:00
Ryan Boldi
43752ed6e0 Merge branch 'master' 2023-01-07 22:54:37 +01:00
Lee Spector
f83ad0f8ef Return 0.0 from mean of empty collection 2023-01-07 12:10:35 -05:00
Lee Spector
685bc86fc0 Fix formatting 2023-01-07 11:57:53 -05:00
Lee Spector
19d049500b Fix formatting 2023-01-07 11:55:19 -05:00
Lee Spector
9a10faaec2
Merge pull request #53 from dndang23/epsilon-lexicase-selection
Implemented epsilon-lexicase selection in selection.cljc and calculated epsilons once per generation in gp.cljc
2023-01-07 11:46:20 -05:00
dndang23
bff4da6975 Made organizational changes suggested by Ryan 2023-01-05 16:21:21 -08:00