Update selection method

This commit is contained in:
Ashley Bao 2023-01-18 17:14:05 -05:00
parent fb0888edd5
commit e1379eb6e3

View File

@ -9,7 +9,8 @@
[pop argmap] [pop argmap]
(case (:parent-selection argmap) (case (:parent-selection argmap)
:new-selection-method (new-selection-method ))) :new-selection-method (new-selection-method )))
``` ```
3. When runnning a problem, specify the selection method in `:parent-selection`. 3. When runnning a problem, specify the selection method in `:parent-selection`.
For example: For example:
``` ```