Class | Description |
---|---|
LocalModelAgent |
The abstract class of all agents in charge of the generation of the output from Context Agent.
|
LocalModelAverage |
A simple local model which computes the average of all Context Agents experiments.
|
LocalModelFirstExp |
A simple local model which uses only the value of the first experiment.
|
LocalModelMillerRegression |
The Class LocalModelMillerRegression.
|
Regression |
Class needed for serialization.
|
Enum | Description |
---|---|
TypeLocalModel |
Defines the different implemented local model.
|