Package | Description |
---|---|
org.encog.ml.world.basic | |
org.encog.ml.world.grid | |
org.encog.ml.world.grid.probability |
Modifier and Type | Method and Description |
---|---|
static void |
BasicWorld.removeRewardBelow(List<GridState> states,
double d) |
Modifier and Type | Method and Description |
---|---|
GridState |
GridWorld.findClosestStateTo(List<GridState> states,
GridState goalState) |
GridState |
GridWorld.findClosestStateToGoal(List<GridState> states) |
GridState |
GridWorld.getState(int row,
int column) |
Modifier and Type | Method and Description |
---|---|
List<GridState> |
GridWorld.getAdjacentStates(GridState s) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
GridState |
GridWorld.findClosestStateTo(List<GridState> states,
GridState goalState) |
GridState |
GridWorld.findClosestStateToGoal(List<GridState> states) |
Modifier and Type | Method and Description |
---|---|
GridState |
GridAbstractProbability.determineActionState(GridState currentState,
Action action) |
Modifier and Type | Method and Description |
---|---|
GridState |
GridAbstractProbability.determineActionState(GridState currentState,
Action action) |
Action |
GridAbstractProbability.determineResultingAction(GridState s1,
GridState s2) |
Copyright © 2014. All Rights Reserved.