https://github.com/keyskey/spd.jl
Julia implementation of Spatial Prisoners Dilemma game by Agent-Based Modelling(ABM)
https://github.com/keyskey/spd.jl
Last synced: 4 months ago
JSON representation
Julia implementation of Spatial Prisoners Dilemma game by Agent-Based Modelling(ABM)
- Host: GitHub
- URL: https://github.com/keyskey/spd.jl
- Owner: keyskey
- Created: 2018-12-15T14:34:05.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T08:25:17.000Z (over 6 years ago)
- Last Synced: 2025-02-28T22:07:42.566Z (over 1 year ago)
- Language: Julia
- Size: 17.6 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```