Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
9.2.2023: Due to updates GitLab will be unavailable for some minutes between 9:00 and 11:00.
Open sidebar
vadere
vadere
Commits
3d31bf87
Commit
3d31bf87
authored
Apr 16, 2019
by
Benedikt Kleinmeier
Browse files
In "AttributesAgent", changed "footStepsToStore" from "10" to "4".
parent
3928a03f
Changes
1
Hide whitespace changes
Inline
Side-by-side
VadereState/src/org/vadere/state/attributes/scenario/AttributesAgent.java
View file @
3d31bf87
...
...
@@ -36,7 +36,7 @@ public class AttributesAgent extends AttributesDynamicElement {
private
double
acceleration
=
2.0
;
// store n last foot steps for speed calculation
private
int
footStepsToStore
=
10
;
private
int
footStepsToStore
=
4
;
// agents search for other scenario elements (e.g., other agents) within this radius
private
double
searchRadius
=
1.0
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment