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