Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 245 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 245 Bytes

SPD.jl

Julia implementation of Spatial Prisoners Dilemma game by Agent-Based Modelling(ABM)

Usage

Clone this reposository and run;

$ julia run.jl

or if you want to run in parallel,

$ julia -p (number of process) run.jl