Package | Description |
---|---|
agents | |
agents.context | |
agents.head | |
agents.localModel | |
kernel |
Modifier and Type | Class and Description |
---|---|
class |
Percept
Percept agent is in charge of the communication with the environment.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractContext
The Class AbstractContext.
|
class |
Context
The core agent of AMOEBA.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractHead
The Class AbstractHead.
|
class |
Head
The Class Head.
|
Modifier and Type | Class and Description |
---|---|
class |
LocalModelAgent
The abstract class of all agents in charge of the generation of the output from Context Agent.
|
class |
LocalModelAverage
A simple local model which computes the average of all Context Agents experiments.
|
class |
LocalModelFirstExp
A simple local model which uses only the value of the first experiment.
|
class |
LocalModelMillerRegression
The Class LocalModelMillerRegression.
|
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,SystemAgent> |
World.getAgents()
Gets the agents.
|
Modifier and Type | Method and Description |
---|---|
void |
World.startAgent(SystemAgent a)
Start agent.
|
Modifier and Type | Method and Description |
---|---|
void |
World.setAgents(java.util.HashMap<java.lang.String,SystemAgent> agents)
Sets the agents.
|