agentsoz / bdi-abm-integration

BDI ABM Integration
GNU Lesser General Public License v3.0
8 stars 13 forks source link

Select dependent location based on locality #61

Closed osbornejr closed 6 years ago

osbornejr commented 6 years ago

Currently in Attributes.R the location for a dependent is selected randomly from within a 20 km radius of the agent's home. This should be updated to use the same locality method that the plan algorithm uses.

osbornejr commented 6 years ago

Ideally this can also happen for invac and evac options, i.e. invac options are always within/locality, and evac options are not.

Requires home locality to be ported from plan-algorithm, or potentially some other mechanism to identify an x-y coordinate's locality.

osbornejr commented 6 years ago

Closing because this is now an open issue in the ees repo.