AlgebraicJulia / AlgebraicABMs.jl

Stochastic graph rewriting for agent based modeling
https://algebraicjulia.github.io/AlgebraicABMs.jl/
MIT License
2 stars 2 forks source link

AlgebraicABMs.jl

Stable Documentation Development Documentation Code Coverage CI/CD

Important example files: docs/literate/game_of_life.jl and test/ABMs.jl

🛠️ Usage

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

NOTE

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!