Documentation of 'org.encog.ml.world.grid.GridWorld' Java class
GridWorld
org.encog.ml.world.grid

Class GridWorld

  • All Implemented Interfaces:
    World


    public class GridWorld
    extends BasicWorld
    • Field Detail

      • ACTION_NORTH

        public static final Action ACTION_NORTH
      • ACTION_SOUTH

        public static final Action ACTION_SOUTH
      • ACTION_EAST

        public static final Action ACTION_EAST
      • ACTION_WEST

        public static final Action ACTION_WEST
    • Constructor Detail

      • GridWorld

        public GridWorld(int rows,
                         int columns)
    • Method Detail

      • isStateBlocked

        public static boolean isStateBlocked(GridState state)
      • getRows

        public int getRows()
      • getColumns

        public int getColumns()
      • getState

        public GridState getState(int row,
                                  int column)
      • leftOfAction

        public static Action leftOfAction(Action action)
      • rightOfAction

        public static Action rightOfAction(Action action)
      • reverseOfAction

        public static Action reverseOfAction(Action action)
      • euclideanDistance

        public static double euclideanDistance(GridState s1,
                                               GridState s2)
      • findClosestStateToGoal

        public GridState findClosestStateToGoal(java.util.List<GridState> states)
      • setBlocked

        public void setBlocked(int row,
                               int column)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.