clojush.core

-main

(-main & args)

A main function for Clojush, which assumes that the first argument is the name of a problem file that contains an argmap of arguments to PushGP. Exits after completion of the call. Any arguments after the first are treated as arguments to PushGP as key-value pairs. This allows one to run an example with a call from the OS shell prompt like: lein run examples.simple-regression :population-size 3000