|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridState | |
|---|---|
| org.encog.ml.world.basic | |
| org.encog.ml.world.grid | |
| org.encog.ml.world.grid.probability | |
| Uses of GridState in org.encog.ml.world.basic |
|---|
| Method parameters in org.encog.ml.world.basic with type arguments of type GridState | |
|---|---|
static void |
BasicWorld.removeRewardBelow(List<GridState> states,
double d)
|
| Uses of GridState in org.encog.ml.world.grid |
|---|
| Methods in org.encog.ml.world.grid that return GridState | |
|---|---|
GridState |
GridWorld.findClosestStateTo(List<GridState> states,
GridState goalState)
|
GridState |
GridWorld.findClosestStateToGoal(List<GridState> states)
|
GridState |
GridWorld.getState(int row,
int column)
|
| Methods in org.encog.ml.world.grid that return types with arguments of type GridState | |
|---|---|
List<GridState> |
GridWorld.getAdjacentStates(GridState s)
|
| Methods in org.encog.ml.world.grid with parameters of type GridState | |
|---|---|
Action |
GridWorld.determineActionToState(GridState currentState,
GridState targetState)
|
static double |
GridWorld.euclideanDistance(GridState s1,
GridState s2)
|
GridState |
GridWorld.findClosestStateTo(List<GridState> states,
GridState goalState)
|
List<GridState> |
GridWorld.getAdjacentStates(GridState s)
|
static boolean |
GridWorld.isStateBlocked(GridState state)
|
| Method parameters in org.encog.ml.world.grid with type arguments of type GridState | |
|---|---|
GridState |
GridWorld.findClosestStateTo(List<GridState> states,
GridState goalState)
|
GridState |
GridWorld.findClosestStateToGoal(List<GridState> states)
|
| Uses of GridState in org.encog.ml.world.grid.probability |
|---|
| Methods in org.encog.ml.world.grid.probability that return GridState | |
|---|---|
GridState |
GridAbstractProbability.determineActionState(GridState currentState,
Action action)
|
| Methods in org.encog.ml.world.grid.probability with parameters of type GridState | |
|---|---|
GridState |
GridAbstractProbability.determineActionState(GridState currentState,
Action action)
|
Action |
GridAbstractProbability.determineResultingAction(GridState s1,
GridState s2)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||