protected class MultiAgentPerformancePlotter.DatasetsAndTrials
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
agentName
The name of the agent
|
MultiAgentPerformancePlotter.AgentDatasets |
datasets
The series datasets for this agent
|
java.util.List<MultiAgentPerformancePlotter.Trial> |
trials
All the trials with this agent
|
Constructor and Description |
---|
DatasetsAndTrials(java.lang.String agentName)
Initializes for an agent with the given name.
|
Modifier and Type | Method and Description |
---|---|
MultiAgentPerformancePlotter.Trial |
getLatestTrial()
Returns the most recent
MultiAgentPerformancePlotter.Trial object |
void |
startNewTrial()
Creates a new trial object and adds it to the end of the list of trials.
|
public java.lang.String agentName
public java.util.List<MultiAgentPerformancePlotter.Trial> trials
public MultiAgentPerformancePlotter.AgentDatasets datasets
public DatasetsAndTrials(java.lang.String agentName)
agentName
- the name of the agentpublic MultiAgentPerformancePlotter.Trial getLatestTrial()
MultiAgentPerformancePlotter.Trial
objectMultiAgentPerformancePlotter.Trial
objectpublic void startNewTrial()