Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Desastres
Desastres
Wiki
Simulation
serverconfigurationup
serverconfigurationup
· Changes
Page history
Update serverconfigurationup
authored
Sep 21, 2018
by
Bolivar Santos Perez Pereira
Show whitespace changes
Inline
Side-by-side
simulation/serverconfigurationup.md
View page @
819b4b27
...
@@ -92,6 +92,44 @@
...
@@ -92,6 +92,44 @@
"percieve": 5,
"percieve": 5,
"kind": "water"
"kind": "water"
}
}
},
{
"generate": {
"quadSize": 2,
"floodProbability": 5,
"flood": {
"minPeriod": 40,
"maxPeriod": 80,
"circle": {
"minRadius": 34,
"maxRadius": 90
},
"rectangle": {
"minHeight": 30,
"maxHeight": 70,
"minLenght": 20,
"maxLenght": 60
}
},
"photo": {
"size": 3,
"minAmount": 5,
"maxAmount": 10,
"victimProbability": 60
},
"victim": {
"minSize": 5,
"maxSize": 10,
"minAmount": 5,
"maxAmount": 10,
"minLifetime": 30,
"maxLifetime": 40
},
"waterSample": {
"size": 4,
"minAmount": 5,
"maxAmount": 10
}
}
}
}
}
```
```
\ No newline at end of file