T - The type of the contextpublic interface Recorder<T>
MwtExplorer constructor. See
StringRecorder for a sample IRecorder object.| Modifier and Type | Method and Description |
|---|---|
void |
record(T context,
int action,
float probability,
String uniqueKey)
Records the exploration data associated with a given decision.
|
void record(T context, int action, float probability, String uniqueKey)
context - A user-defined context for the decisionaction - The action chosen by an exploration algorithm given contextprobability - The probability the exploration algorithm chose said actionuniqueKey - A user-defined unique identifier for the decisionCopyright © 2016. All Rights Reserved.