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
c962231f
Commit
c962231f
authored
Jan 18, 2020
by
Benedikt Kleinmeier
Browse files
Extended documentation of perception layer
parent
f4e67a7e
Changes
2
Show whitespace changes
Inline
Side-by-side
VadereSimulator/src/org/vadere/simulator/control/psychology/perception/IPerceptionModel.java
View file @
c962231f
...
...
@@ -19,7 +19,7 @@ import java.util.List;
* JSON file).
*
* The <code>initialize</code> method must be called before usage!
* This interface defines
a
callbacks for the simulation loop.
* This interface defines callbacks for the simulation loop.
* It's implementations define the major part of the simulation model's logic.
*
* This approach is similar to the {@link Model} interface for locomotion models.
...
...
VadereSimulator/src/org/vadere/simulator/control/psychology/perception/SimplePerceptionModel.java
View file @
c962231f
...
...
@@ -12,7 +12,7 @@ import java.util.stream.Collectors;
/**
* Use a very simple strategy to rank stimulus priority:
*
* ChangeTarget > Threat > Wait > WaitInArea
* ChangeTarget > Threat > Wait > WaitInArea
> ElapsedTime
*/
public
class
SimplePerceptionModel
implements
IPerceptionModel
{
...
...
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