NetLogo
[See all forum posts about NetLogo]
"in-radius r" vs "with [distance myself < r]"
Author: Santiago Date: October 6, 2008 at 09:13
I've noticed that I obtain an order of magnitude improvement in the computational requirements by using the conditional "with" than the internal function "in-radius", has anyone noticed this too? Does it make sense to anyone?
Author: Santiago Date: October 6, 2008 at 09:13
[Write Review]