Package | Description |
---|---|
sk.fiit.jim.agent.models | |
sk.fiit.jim.agent.models.prediction | |
sk.fiit.jim.agent.parsing |
Modifier and Type | Class and Description |
---|---|
class |
AgentModel
AgentModel.java
|
class |
EnvironmentModel
EnvironmentData.java
Holds static information about the state of the world around the agent,
such as game time, simulation time, play mode and server version.
|
class |
KalmanAdjuster
KalmanAdjuster.java
Adjusts percieved coordinates of ball and flags on the pitch
using a kalman filter, thereby attempting to reduce noise for
further calculations.
|
class |
WorldModel
WorldModel.java
Data holder for objects on the playground.
|
Modifier and Type | Class and Description |
---|---|
class |
Prophet
Prophet.java
Calculates the most probable outcome of events in a given time.
|
Modifier and Type | Field and Description |
---|---|
private static List<ParsedDataObserver> |
Parser.observers |
Modifier and Type | Method and Description |
---|---|
static void |
Parser.subscribe(ParsedDataObserver observer) |