Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cellular_automata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mohcine Chraibi
cellular_automata
Commits
b1c1cf7b
Unverified
Commit
b1c1cf7b
authored
7 years ago
by
Mohcine Chraibi
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
parent
e1cf529c
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-8
8 additions, 8 deletions
README.md
with
8 additions
and
8 deletions
README.md
+
8
−
8
View file @
b1c1cf7b
...
...
@@ -17,9 +17,9 @@ pedestriandynamics using a two-dimensional cellular automaton Physica A, 295,
```
python cellular_automaton.py <optional arguments>
```
## Optional arguments
:
## Optional arguments
| option | value | descrption |
| option | value | descr
i
ption |
|-----------------|:------------------------:|------------------------------------------------------------------------------ |
|
`-h, --help`
| | show this help message and exit |
|
`-s, --ks`
| KS | sensitivity parameter for the Static Floor Field (
*default 2*
) |
...
...
@@ -82,13 +82,13 @@ The choice of the neighborhood has an influence on the evacuation time, as can s
[

](https://youtu.be/tnQegJcclu0)
## Todos:
-
Different update schemes: sequential, shuffle sequential, reverse sequential.
-
visualisation of the cell states
.
-
~~todo~~:
Different update schemes: sequential, shuffle sequential, reverse sequential.
-
~~todo~~:
visualisation of the cell states
: (option
`-P`
)
-
~~todo~~: make a video from the png's
-
*todo*
: track cells with _id_ for further trajectory analysis.
-
~~todo~~: implement the dynamic floor field
-
*todo*
: implement the parallel update
.
-
todo: implement the conflict friction
`mu`
-
*todo*
: implement the parallel update
-
*
todo
*
: implement the conflict friction
`mu`
(in case of the parallel update)
-
*todo*
: read geometry from a png file. See
[
read_png.py
](
geometry/read_png.py
)
.
...
...
@@ -106,7 +106,7 @@ Journal of Statistical Physics, 1998
```
python asep_slow.py <optional arguments>
```
## Optional arguments
:
## Optional arguments
| option | value | descrption |
|-----------------|:-------------------------:|------------|
...
...
@@ -121,7 +121,7 @@ python asep_slow.py <optional arguments>
|
`-l, --log`
| LOG | log file (default
*log.dat*
) |
##
s
imulation results
##
S
imulation results
the theoretical fundamental diagram can be reproduced, see
[
figure
](
figs/asep_fd.png
)
. The size of the system should be reasonably high and the simulation time also.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment