org.encog.ca.universe
Interface Universe
- All Known Implementing Classes:
- BasicUniverse
public interface Universe
getRows
int getRows()
getColumns
int getColumns()
get
UniverseCell get(int otherRow,
int otherCol)
isValid
boolean isValid(int otherRow,
int otherCol)
clone
Object clone()
copy
void copy(Universe world)
compare
double compare(Universe world)
randomize
void randomize()
getCellFactory
UniverseCellFactory getCellFactory()
calculatePercentInvalid
double calculatePercentInvalid()
Copyright © 2014. All Rights Reserved.