org.encog.ca.universe
public interface Universe
Modifier and Type | Method and Description |
---|---|
double |
calculatePercentInvalid() |
Object |
clone() |
double |
compare(Universe world) |
void |
copy(Universe world) |
UniverseCell |
get(int otherRow,
int otherCol) |
UniverseCellFactory |
getCellFactory() |
int |
getColumns() |
int |
getRows() |
boolean |
isValid(int otherRow,
int otherCol) |
void |
randomize() |
int getRows()
int getColumns()
UniverseCell get(int otherRow, int otherCol)
boolean isValid(int otherRow, int otherCol)
Object clone()
void copy(Universe world)
double compare(Universe world)
void randomize()
UniverseCellFactory getCellFactory()
double calculatePercentInvalid()
Copyright © 2014. All Rights Reserved.