diff --git a/src/propeller/gp.cljc b/src/propeller/gp.cljc index 3fd72ed..9ceac05 100644 --- a/src/propeller/gp.cljc +++ b/src/propeller/gp.cljc @@ -60,7 +60,10 @@ downsample? false} :as argmap}] ;; - (prn {:starting-args (update (update argmap :error-function str) :instructions utils/not-lazy)}) + (prn {:starting-args (update (update argmap :error-function str) + :instructions + (fn [instrs] + (utils/not-lazy (map #(if (fn? %) (str %) %) instrs))))}) (println) ;; (loop [generation 0