| Package | Description |
|---|---|
| com.mwt.consumers | |
| com.mwt.explorers |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumeScorer.updateScorer(Scorer<T> newScorer) |
| Modifier and Type | Method and Description |
|---|---|
void |
SoftmaxExplorer.updateScorer(Scorer<T> newScorer) |
void |
GenericExplorer.updateScorer(Scorer<T> newScorer) |
| Constructor and Description |
|---|
GenericExplorer(Scorer<T> defaultScorer,
int numActions)
Constructor
|
SoftmaxExplorer(Scorer<T> defaultScorer,
float lambda,
int numActions)
Constructor
|
VariableActionGenericExplorer(Scorer<T> defaultScorer)
Constructor
|
VariableActionSoftmaxExplorer(Scorer<T> defaultScorer,
float lambda)
Constructor
|
Copyright © 2016. All Rights Reserved.