Skip to content

Commit

Permalink
Version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AtiyahElsheikh authored Jun 18, 2022
1 parent 5ecf5a0 commit da25d80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ An initial implementation of an ABM aiming at a social and child care simulation
- V0.2.1: unnecessary code removed, additional functionalities, exception handling, Unit testing (Person & House)
- V0.2.2: Distributing properties among smaller ABMs, Separation between declaration and initialisation, utilisation of built-in exceptions, Agent person tuning + unit tests
- v0.2.3: re-structure of examples, improved printing
- v0.2.4: simulation concept


### Source code structure
Expand All @@ -18,15 +19,15 @@ An initial implementation of an ABM aiming at a social and child care simulation
- /agents/* : Examples of agents
- SocialABMs.jl : Basic concept of an elementary ABM
- /abms/* : Examples of abms
- MainDummy.jl : An example of a dummy simulation
- MainLPM.jl : Initial (empty) translation of LPM
- SocialSimulations.jl
: the main functionalities of execcuting an ABM
- /simulations : simulation functions for simulation examples
- Spaces.jl : Spaces on which ABM and its agents are operating
- Global.jl : Global variables and types used across the library
- Utilities.jl : util routines used across the library
- /tests
- MainDummy.jl : An example of a dummy simulation
- MainLPM.jl : Initial (empty) translation of LPM


### Running the code
Expand Down

0 comments on commit da25d80

Please sign in to comment.