From e1379eb6e3ee100148d312d3f950d99e7a5bef53 Mon Sep 17 00:00:00 2001 From: Ashley Bao Date: Wed, 18 Jan 2023 17:14:05 -0500 Subject: [PATCH] Update selection method --- src/docs_src/Adding_Selection_Method.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/docs_src/Adding_Selection_Method.md b/src/docs_src/Adding_Selection_Method.md index 277dc97..f41e94e 100644 --- a/src/docs_src/Adding_Selection_Method.md +++ b/src/docs_src/Adding_Selection_Method.md @@ -9,7 +9,8 @@ [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: ```