250 Commits

Author SHA1 Message Date
Lee Spector
5a9cf36840
Fix -main documentation string 2023-03-16 13:02:17 -04:00
Lee Spector
789b624555
Fix -main documentation string 2023-03-16 13:01:50 -04:00
Lee Spector
4cc087eaa9
Fix -main documentation string 2023-03-16 12:57:09 -04:00
Lee Spector
e8a84745c8
Fix -main documentation string 2023-03-16 12:54:02 -04:00
Lee Spector
8fc7305573
Fix -main documentation string 2023-03-16 12:50:39 -04:00
Lee Spector
8b5009ccdb
Fix -main documentation string 2023-03-16 12:46:23 -04:00
Lee Spector
bcae0e4a36
Fix -main documentation string 2023-03-16 12:43:03 -04:00
Lee Spector
0d0068cd31
Fix -main documentation string 2023-03-16 12:36:58 -04:00
Lee Spector
f442a59c7d
Fix -main documentation string 2023-03-16 12:35:39 -04:00
Lee Spector
7f93ae0bf1
Fix -main documentation string 2023-03-16 12:33:33 -04:00
Lee Spector
f4a8d55b4c
Fix -main documentation string 2023-03-16 12:29:49 -04:00
Lee Spector
0622547a8c
Fix -main documentation string 2023-03-16 12:27:38 -04:00
Lee Spector
9209fa2975
Fix -main documentation string 2023-03-16 12:27:01 -04:00
Lee Spector
116eb9d625
Fix -main documentation string 2023-03-16 12:26:24 -04:00
Lee Spector
aca79750b5
Fix -main documentation string 2023-03-16 12:25:43 -04:00
Lee Spector
a076223a6e
Fix -main documentation string 2023-03-16 12:22:52 -04:00
Lee Spector
3666f51d97
Fix -main documentation string 2023-03-16 12:22:05 -04:00
Lee Spector
c0d5e4e819
Fix -main documentation string 2023-03-16 12:21:25 -04:00
Lee Spector
339857f955
Fix -main documentation string 2023-03-16 12:20:51 -04:00
Lee Spector
86e0f6e3ef
Add examples of calls to -main, documentation 2023-03-15 23:11:32 -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
ab70746446
Merge pull request #57 from FluffyChipmunk/master
adding documentation files
2023-02-18 16:04:01 -05:00
Ryan Boldi
21fe582a54 Update simple_classification.cljc 2023-02-17 12:46:13 -05:00
Ryan Boldi
5034cb6737 added ryan's problems 2023-02-17 10:09:27 -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
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
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
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
Ashley Bao
84f2e6a88d added docstrings
more comments in genome, gp, selection, simplification, utils, variation
2023-01-11 21:37:37 -05:00
Ashley Bao
962dd5a55b added explanation of session namespace 2023-01-09 16:42:28 -05: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
dndang23
bff4da6975 Made organizational changes suggested by Ryan 2023-01-05 16:21:21 -08:00
dndang23
072b8af061 Added comments 2022-12-29 18:22:02 -05:00
dndang23
c5dd970149 Implemented epsilon-lexicase selection into propeller 2022-12-28 17:14:54 -05:00
Lee Spector
a1252c5c0a Update session.cljc to specify training/testing data among other things 2022-03-28 12:29:04 -04:00
Lee Spector
0412f4015b
Merge pull request #46 from NicMcPhee/fix-from-string-instruction
Fix from string instruction and several PSB2 problems
2022-03-04 19:34:18 -05:00
Lee Spector
10f1b90ea0
Merge pull request #45 from ryanboldi/simplification
Simplification Update - Docs & more readable code
2022-03-04 19:32:14 -05:00
Ryan Boldi
a7b625d942 removed simplification complexity from gp.cljc and added it to simplification.cljc.
also updated tests to reflect this
2022-03-03 22:56:10 -05:00