Skip to content

agam/GoDynamicAgentModel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

GoDynamicAgentModel

Motivation

  • Playing around with using Golang for ABM

Summary

Sample invocation

$ go run main.go  --v=3 --log_dir=/home/agam/tmp/

Notes

  • 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

Conclusion

  • It works
  • It's fast :-)

Sample screenshot

Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages