org.encog.ml.world.grid
public class GridState extends BasicState
Constructor and Description |
---|
GridState(GridWorld theOwner,
int theRow,
int theColumn,
boolean blocked) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
GridWorld |
getOwner() |
int |
getRow() |
String |
toString() |
getPolicyValue, getProperty, getReward, getVisited, increaseVisited, setAllPolicyValues, setPolicyValueSize, setProperty, setReward, setVisited, wasVisited
public GridState(GridWorld theOwner, int theRow, int theColumn, boolean blocked)
public int getRow()
public int getColumn()
public GridWorld getOwner()
public String toString()
toString
in class BasicState
Copyright © 2014. All Rights Reserved.