- 29 Apr, 2020 1 commit
-
-
Benedikt Kleinmeier authored
-
- 23 Apr, 2020 1 commit
-
-
Benedikt Kleinmeier authored
Refactored and simplified "TargetChangerController.java" to improve readability and added test scenarios under "ModelTests/TestPsychology/ScenarioElements" to demonstrate new functionality
-
- 21 Apr, 2020 1 commit
-
-
Christina authored
-
- 20 Apr, 2020 3 commits
-
-
Benedikt Kleinmeier authored
-
Christina authored
extended supermarket update scenario before migration (V.1.11) after migration to V1.12 adapted UnitTests TargetChangerController adapted and extended unit tests fixed bug changed queue behavior manually
-
Christina authored
-
- 17 Apr, 2020 4 commits
- 16 Apr, 2020 2 commits
- 06 Apr, 2020 1 commit
-
-
Benedikt Kleinmeier authored
In "15-Threat-ImitatingBehavior-SelfCatThreatModel.scenario", added another out-group member pedestrian
-
- 31 Mar, 2020 1 commit
-
-
- 25 Mar, 2020 1 commit
-
-
Benedikt Kleinmeier authored
Added "ChangeTargetScriptedCognitionModel.java" and corresponding stimulus to change targets of agents based on simulation time
-
- 29 Feb, 2020 1 commit
-
-
Daniel Lehmberg authored
-
- 26 Feb, 2020 1 commit
-
-
Daniel Lehmberg authored
-
- 25 Feb, 2020 1 commit
-
-
Daniel Lehmberg authored
-
- 11 Feb, 2020 1 commit
-
-
Benedikt Kleinmeier authored
Added also test scenario "TestPsychology/ScenarioElements/scenarios/07-Test-FootStepPsychologyStatusProcessor.scenario"
-
- 10 Feb, 2020 1 commit
-
-
Benedikt Kleinmeier authored
Lowered personal space in "03-SimplifiedExperiment-OSMEventDriven-PsychEnabled-PersonalSpacedAdapted.scenario"
-
- 07 Feb, 2020 3 commits
-
-
Stefan Schuhbaeck authored
-
Benedikt Kleinmeier authored
Performed following steps: 1. Applied "copy_scenario_filename_into_scenario.py" to "TestPsychology" 2. Opened all scenario files "TestPsychology" in Vadere to enforce pretty printing in scenario files 3. Moved three "Threat" scenarios from folder "Perception" to "CognitionAndBehavior"
-
Benedikt Kleinmeier authored
-
- 06 Feb, 2020 2 commits
-
-
Benedikt Zoennchen authored
-
Marion Goedel authored
Allowed different free flow speed means in CellularAutomatonSetupCheck.java
-
- 30 Jan, 2020 1 commit
-
-
Benedikt Kleinmeier authored
-
- 28 Jan, 2020 2 commits
-
-
Benedikt Kleinmeier authored
Set "selfCategory" : "TARGET_ORIENTED" instead of "selfCategory" : null.
-
Benedikt Kleinmeier authored
Assigned unique ids for scenario elements in failing scenarios of "TestOSM", "TestGroup", "TestPsychology" to avoid assertion errors in the future Opened each scenario file with GUI (which assigns unique id by using "TopographyBuilder".
-
- 26 Jan, 2020 2 commits
-
-
Benedikt Kleinmeier authored
Fixed bug in "ThreatCognitionModel" when searching closest pedestrian and fixed bug in "UpdateSchemeEventDriven"
-
Benedikt Kleinmeier authored
Also added a test scenario to test the fixed "TopographyController".
-
- 25 Jan, 2020 1 commit
-
-
Benedikt Kleinmeier authored
-
- 24 Jan, 2020 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
- 20 Jan, 2020 1 commit
-
-
Benedikt Kleinmeier authored
-
- 18 Jan, 2020 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
-
- 17 Jan, 2020 1 commit
-
-
Benedikt Kleinmeier authored
Added "probabilityInGroupMembership" to "AttributesSelfCatThreat" and use it in "SelfCatThreatModel" to assign pedestrian's group membership
-
- 16 Jan, 2020 2 commits
-
-
Benedikt Kleinmeier authored
-
Benedikt Kleinmeier authored
Also renamed: - Enum value "TARGET_DISTRACTION_STRATEGY" to "TARGET_REPULSION_STRATEGY" - Class "TargetDistractionStrategy" to "TargetRepulsionStrategy" VadereSimulator/src/org/vadere/simulator/models/psychology/selfcategorization/locomotion/OSMBehaviorController.java: - Renamed "reactToBang()" to "maximizeDistanceToThreatAndIncreaseSpeed()" and use "pedestrian.getPerceivedThreat()" instead of "pedestrian.getMostImportantStimulus()". VadereSimulator/src/org/vadere/simulator/models/psychology/selfcategorization/locomotion/UpdateSchemeEventDriven.java: - Use "pedestrian.getSelfCategory()" instead of "pedestrian.getMostImportantStimulus()" to derive specific behavior in "update()" method. VadereState/src/org/vadere/state/psychology/PsychologyStatus.java: - Added member variable "perceivedThreat".
-
- 15 Jan, 2020 1 commit
-
-
Benedikt Kleinmeier authored
-