|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.solve.genetic.GeneticAlgorithm<java.lang.Double>
org.encog.neural.networks.training.genetic.NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper
public class NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper
Very simple class that implements a genetic algorithm.
| Field Summary |
|---|
| Fields inherited from class org.encog.solve.genetic.GeneticAlgorithm |
|---|
TIMEOUT |
| Constructor Summary | |
|---|---|
NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper()
|
|
| Method Summary | |
|---|---|
double |
getError()
|
BasicNetwork |
getNetwork()
Get the current best neural network. |
| Methods inherited from class org.encog.solve.genetic.GeneticAlgorithm |
|---|
defineCutLength, getChromosome, getChromosomes, getCutLength, getMatingPopulation, getMutationPercent, getPercentToMate, getPopulationSize, isPreventRepeat, iteration, setChromosome, setChromosomes, setCutLength, setMatingPopulation, setMutationPercent, setPercentToMate, setPopulationSize, setPreventRepeat, sortChromosomes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NeuralGeneticAlgorithm.NeuralGeneticAlgorithmHelper()
| Method Detail |
|---|
public double getError()
public BasicNetwork getNetwork()
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||