public static class GamePlayerBenchmark.SampleState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
GraphicalModel.Factor |
addedFactor |
double[][] |
cachedMarginal |
java.util.List<GamePlayerBenchmark.SampleState> |
children |
int |
observation |
int |
variable |
Constructor and Description |
---|
SampleState(GraphicalModel.Factor addedFactor,
int variable,
int observation) |
Modifier and Type | Method and Description |
---|---|
void |
pop(GraphicalModel model)
See push() for an explanation.
|
void |
push(GraphicalModel model)
This applies this SampleState to the model.
|
public GraphicalModel.Factor addedFactor
public int variable
public int observation
public java.util.List<GamePlayerBenchmark.SampleState> children
public double[][] cachedMarginal
public SampleState(GraphicalModel.Factor addedFactor, int variable, int observation)
public void push(GraphicalModel model)
model
- the model to push this SampleState ontopublic void pop(GraphicalModel model)
model
- the model to pop this SampleState from