change of imports
This commit is contained in:
parent
acdc1ed18a
commit
def7c1e965
@ -1,10 +1,11 @@
|
||||
(ns propeller.problems.stocks.stock-regression
|
||||
(:require [propeller.genome :as genome]
|
||||
(:require
|
||||
[clojure.core :refer [read-string]]
|
||||
[propeller.genome :as genome]
|
||||
[propeller.gp :as gp]
|
||||
[propeller.push.interpreter :as interpreter]
|
||||
[propeller.push.state :as state]
|
||||
[propeller.tools.math :as math]
|
||||
[propeller.gp :as gp]
|
||||
#?(:cljs [cljs.reader :refer [read-string]])))
|
||||
[propeller.tools.math :as math]))
|
||||
|
||||
(defn- target-function
|
||||
"Target function: f(x) = x^3 + 2*x^2 + x + 3"
|
||||
|
Loading…
x
Reference in New Issue
Block a user