From d427e3a9bd8bbc36b5df20b6be965027fad8fa79 Mon Sep 17 00:00:00 2001 From: Ryan Boldi Date: Sat, 14 Oct 2023 21:46:18 -0400 Subject: [PATCH] move docs to right place --- doc/downsample.md => src/docs_src/Downsampling_training_data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename doc/downsample.md => src/docs_src/Downsampling_training_data.md (97%) diff --git a/doc/downsample.md b/src/docs_src/Downsampling_training_data.md similarity index 97% rename from doc/downsample.md rename to src/docs_src/Downsampling_training_data.md index 7ea1b55..79c14b0 100644 --- a/doc/downsample.md +++ b/src/docs_src/Downsampling_training_data.md @@ -8,7 +8,7 @@ Using Downsampled selection with propeller is easy: Set the :parent-selection argument to whichever selection strategy you would like, and set the :downsample? argument to true as follows: ```clojure -lein run -m propeller.problems.simple-regression :parent-selection :lexicase :downsample? true +lein run -m propeller.problems.simple-regression :parent-selection :lexicase :downsample? true ``` The number of evaluations is held constant when comparing to a full training set run, so set the :max-generations to a number of generations that you would have gone to using a **full** sample.