Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
edfae8b4
Commit
edfae8b4
authored
Jun 27, 2018
by
Benedikt Zoennchen
Browse files
change AttributesAgent to weidmann-1992 page 18 default values.
parent
6ad7eebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereState/src/org/vadere/state/attributes/scenario/AttributesAgent.java
View file @
edfae8b4
...
...
@@ -12,10 +12,19 @@ public class AttributesAgent extends AttributesDynamicElement {
private
double
radius
=
0.195
;
private
boolean
densityDependentSpeed
=
false
;
// from weidmann-1992 page 18
private
double
speedDistributionMean
=
1.34
;
private
double
speedDistributionStandardDeviation
=
0
;
private
double
minimumSpeed
=
0.3
;
private
double
maximumSpeed
=
3.0
;
// from weidmann-1992 page 18
private
double
speedDistributionStandardDeviation
=
0.26
;
// from weidmann-1992 page 18
private
double
minimumSpeed
=
0.5
;
// from weidmann-1992 page 18
private
double
maximumSpeed
=
2.2
;
private
double
acceleration
=
2.0
;
public
AttributesAgent
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment