Update selection method

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

View File

@ -10,6 +10,7 @@
(case (:parent-selection argmap)
:new-selection-method (new-selection-method )))
```
3. When runnning a problem, specify the selection method in `:parent-selection`.
For example:
```