public class ActionProb
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Action |
ga
The action to be considered.
|
double |
pSelection
The probability of the action being selected.
|
| Constructor and Description |
|---|
ActionProb() |
ActionProb(Action ga,
double p)
Initializes the action, probability tuple.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public Action ga
public double pSelection
public ActionProb()
public ActionProb(Action ga, double p)
ga - the action to be consideredp - the probability of the action being selected.