Important example files: docs/literate/game_of_life.jl
and test/ABMs.jl
To locally build the documentation and the literate code examples, run the following in the command line:
julia --project=docs -e "using AlgebraicABMs, LiveServer; servedocs(literate_dir=\"docs/literate\",skip_dir=\"docs/src/generated\")"
To locally run the test suite, run the following command
julia --project=test test/runtests.jl
This library is currently under active development, and so is not yet at a point where a constant API/behavior can be assumed. That being said, if this project looks interesting/relevant please contact us and let us know!