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

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

java - No use of nillable="0" in SOAP Webservice -

ubuntu - Laravel 5.2 quickstart guide gives Not Found Error -