how to implement any genetic ant finding food in Push,Clojush,Clojure? -
i trying use push,clojush,clojure implement ant finding food in 2d map, not sure how represent map? give me example? thank you.
you have whole implementation of ant simulation in clojure @ https://github.com/juliangamble/clojure-ants-simulation
to specific question, uses vector of vectors: https://github.com/juliangamble/clojure-ants-simulation/blob/master/src/ants.clj#l36
Comments
Post a Comment