org.encog.ca.universe
Interface Universe
-
- All Known Implementing Classes:
- BasicUniverse
public interface Universe
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description doublecalculatePercentInvalid()java.lang.Objectclone()doublecompare(Universe world)voidcopy(Universe world)UniverseCellget(int otherRow, int otherCol)UniverseCellFactorygetCellFactory()intgetColumns()intgetRows()booleanisValid(int otherRow, int otherCol)voidrandomize()
-
-
-
Method Detail
-
getRows
int getRows()
-
getColumns
int getColumns()
-
get
UniverseCell get(int otherRow, int otherCol)
-
isValid
boolean isValid(int otherRow, int otherCol)
-
clone
java.lang.Object clone()
-
copy
void copy(Universe world)
-
compare
double compare(Universe world)
-
randomize
void randomize()
-
getCellFactory
UniverseCellFactory getCellFactory()
-
calculatePercentInvalid
double calculatePercentInvalid()
-
-
DMelt 3.0 © DataMelt by jWork.ORG