Fix -main documentation string
This commit is contained in:
parent
e8a84745c8
commit
4cc087eaa9
@ -63,7 +63,9 @@ Source: https://arxiv.org/pdf/2106.06086.pdf"
|
||||
|
||||
|
||||
(defn -main
|
||||
"Runs propel-gp, giving it a map of arguments."
|
||||
"Runs the top-level genetic programming function, giving it a map of
|
||||
arguments with defaults that can be overridden from the command line
|
||||
or through a passed map."
|
||||
[& args]
|
||||
(gp/gp
|
||||
(merge
|
||||
|
Loading…
x
Reference in New Issue
Block a user