10 lines
No EOL
291 B
Text
10 lines
No EOL
291 B
Text
(use Random)
|
|
(Project.config "title" "gemla")
|
|
|
|
(deftype SimulationNode [population-size Int, population-cutoff Int])
|
|
|
|
;; (let [test (SimulationNode.init 10 3)]
|
|
;; (do
|
|
;; (SimulationNode.set-population-size test 20)
|
|
;; (SimulationNode.population-size &test)
|
|
;; )) |