Fix -main documentation string

This commit is contained in:
Lee Spector 2023-03-16 12:27:01 -04:00 committed by GitHub
parent 116eb9d625
commit 9209fa2975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,9 @@ takes as input four ints, computes the smallest, and prints to the screen the sm
:cljs (apply + errors))))) :cljs (apply + errors)))))
(defn -main (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] [& args]
(gp/gp (gp/gp
(merge (merge