diff --git a/docs/Adding_Selection_Method.html b/docs/Adding_Selection_Method.html index d5ae63a..6c78862 100644 --- a/docs/Adding_Selection_Method.html +++ b/docs/Adding_Selection_Method.html @@ -4,19 +4,17 @@
propeller.selection
that selects an individual from the populationpropeller.selection/select-parent
under the case
call: (defn select-parent
"Selects a parent from the population using the specified method."
[pop argmap]
(case (:parent-selection argmap)
:new-selection-method (new-selection-method )))
- ```
-3. When runnning a problem, specify the selection method in `:parent-selection`.
-For example:
- ```
- lein run -m propeller.problems.simple-regression :parent-selection :new-selection-method"
- ```
-
-
+
+:parent-selection
. For example:
+lein run -m propeller.problems.simple-regression :parent-selection :new-selection-method"
+
+