Package | Description |
---|---|
agents.context | |
agents.localModel | |
kernel |
Modifier and Type | Method and Description |
---|---|
LocalModelAgent |
Context.getFunction()
Gets the function.
|
Modifier and Type | Method and Description |
---|---|
void |
Context.setFunction(LocalModelAgent function)
Sets the function.
|
Modifier and Type | Class and Description |
---|---|
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 |
---|---|
LocalModelAgent |
World.buildLocalModel(Context context)
Builds the local model.
|