Package | Description |
---|---|
org.encog.ml.genetic | |
org.encog.neural.freeform | |
org.encog.neural.networks | |
org.encog.neural.networks.training.anneal | |
org.encog.neural.rbf |
Modifier and Type | Method and Description |
---|---|
MLEncodable |
MLMethodGenome.getPhenotype() |
Modifier and Type | Method and Description |
---|---|
void |
MLMethodGenome.setPhenotype(MLEncodable phenotype) |
Constructor and Description |
---|
MLMethodGenome(MLEncodable thePhenotype)
Construct a neural genome.
|
Modifier and Type | Class and Description |
---|---|
class |
FreeformNetwork
Implements a freefrom neural network.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicNetwork
This class implements a neural network.
|
Modifier and Type | Method and Description |
---|---|
MLEncodable |
NeuralSimulatedAnnealing.getMethod()
Get the current best machine learning method from the training.
|
Constructor and Description |
---|
NeuralSimulatedAnnealing(MLEncodable network,
CalculateScore calculateScore,
double startTemp,
double stopTemp,
int cycles)
Construct a simulated annleaing trainer for a encodable MLMethod.
|
Modifier and Type | Class and Description |
---|---|
class |
RBFNetwork
RBF neural network.
|
Copyright © 2014. All Rights Reserved.