| Package | Description |
|---|---|
| org.encog.ml.world.grid | |
| org.encog.ml.world.grid.probability |
| Modifier and Type | Method and Description |
|---|---|
GridWorld |
GridState.getOwner() |
| Constructor and Description |
|---|
GridState(GridWorld theOwner,
int theRow,
int theColumn,
boolean blocked) |
| Modifier and Type | Method and Description |
|---|---|
GridWorld |
GridAbstractProbability.getWorld() |
| Constructor and Description |
|---|
GridAbstractProbability(GridWorld theWorld) |
GridDeterministicProbability(GridWorld theWorld) |
GridStochasticProbability(GridWorld theWorld) |
GridStochasticProbability(GridWorld theWorld,
double theProbabilitySuccess,
double theProbabilitySame,
double theProbabilityLeft,
double theProbabilityRight,
double theProbabilityReverse) |
Copyright © 2014. All Rights Reserved.