v5.8.0
Agents v5.8.0
Closed issues:
- New function
randomwalk!
to replacewalk!(agent, rand, model)
. (#644) - nearby_ids output changes with translated positions; wrong output (#684)
- Possible performance increase in
random_agent
(#742)
Merged pull requests:
- New
randomwalk!
function (#710) (@mastrof) - Performance investigation and improvements for
random_agent
. (#744) (@jacobusmmsmit) - stardardize metric functions (#746) (@Tortar)
- Improve performance of get_direction function (#747) (@Tortar)
- Improve performance of nearby_positions for graphspace (#748) (@Tortar)
- Refactor some utilities functions (#749) (@Tortar)