Netlogo allows floating point coordinates for an agent that is on a patch that has integer coordinates. I would like to be able to do the same in repast.
Netlogo allows floating point coordinates for an agent that is on a patch that has integer coordinates. I would like to be able to do the same in repast.
Yes, Repast does this through projections, where agents can be part of a grid and a continuous space projection at the same time. For more details take a look at Grid and Continuous Space projection sections of the Repast Reference document.
The Repast Java Getting Started and the ReLogo Getting Started Guides would be helpful as well.