From 26b6643ed64738e4132205b1b5126e92632334c6 Mon Sep 17 00:00:00 2001 From: Lee Spector Date: Thu, 23 Mar 2023 12:27:08 -0400 Subject: [PATCH] Add note about loading problem file separately --- src/propeller/session.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/propeller/session.cljc b/src/propeller/session.cljc index f2ae3c6..220886f 100755 --- a/src/propeller/session.cljc +++ b/src/propeller/session.cljc @@ -59,7 +59,8 @@ ;; One way of running a genetic programming problem defined in the project ;; is to require the problem's namespace and then call `gp/gp` using the -;; items defined for the problem: +;; items defined for the problem. Depending on your IDE and setup, you may +;; also have to open the problem's file and evaluate its contents. #_(require '[propeller.problems.simple-regression :as regression])