- Playing around with using Golang for ABM
- Inspired by this article and this repo.
- Mostly straightforward porting of Julia code into Golang
$ go run main.go --v=3 --log_dir=/home/agam/tmp/
- Used
gizak/termui/v3
to provide a terminal UI for plots - Used a set (okay, map-as-set) of neighbors instead of a sorted list
- Used
gonum/stat/distuv
for the binomial distribution
- It works
- It's fast :-)