Package | Description |
---|---|
org.encog.ca.program.generic | |
org.encog.ca.universe | |
org.encog.ca.universe.basic |
Modifier and Type | Method and Description |
---|---|
UniverseCell |
Trans.calculate(UniverseCell x) |
UniverseCell |
Trans.getAdd1() |
UniverseCell |
Trans.getAdd2() |
UniverseCell |
Trans.getMult() |
Modifier and Type | Method and Description |
---|---|
UniverseCell |
Trans.calculate(UniverseCell x) |
Trans |
GenericCA.findTrans(Set<Trans> s,
UniverseCell c) |
Modifier and Type | Interface and Description |
---|---|
interface |
ContinuousCell |
interface |
DiscreteCell |
Modifier and Type | Method and Description |
---|---|
UniverseCell |
UniverseCellFactory.factor() |
UniverseCell |
Universe.get(int otherRow,
int otherCol) |
Modifier and Type | Method and Description |
---|---|
void |
ContinuousCell.add(UniverseCell x) |
void |
UniverseCell.copy(UniverseCell universeCell) |
void |
ContinuousCell.multiply(UniverseCell mult) |
Modifier and Type | Class and Description |
---|---|
class |
BasicContinuousCell |
class |
BasicDiscreteCell |
Modifier and Type | Method and Description |
---|---|
UniverseCell |
BasicCellFactory.factor() |
UniverseCell |
BasicUniverse.get(int row,
int col) |
Modifier and Type | Method and Description |
---|---|
void |
BasicContinuousCell.add(UniverseCell otherCell) |
void |
BasicDiscreteCell.copy(UniverseCell sourceCell) |
void |
BasicContinuousCell.copy(UniverseCell sourceCell) |
void |
BasicContinuousCell.multiply(UniverseCell otherCell) |
Copyright © 2014. All Rights Reserved.