propeller.gp

gp

(gp {:keys [population-size max-generations error-function instructions max-initial-plushy-size solution-error-threshold mapper], :or {solution-error-threshold 0.0, mapper pmap}, :as argmap})

Main GP loop.

report

(report pop generation argmap)

Reports information each generation.