Add note about loading problem file separately

This commit is contained in:
Lee Spector 2023-03-23 12:27:08 -04:00 committed by GitHub
parent 2784998196
commit 26b6643ed6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,7 +59,8 @@
;; One way of running a genetic programming problem defined in the project ;; 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 ;; 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]) #_(require '[propeller.problems.simple-regression :as regression])