| Package | Description |
|---|---|
| org.encog.ml.genetic | |
| org.encog.ml.genetic.genome | |
| org.encog.ml.prg | |
| org.encog.neural.hyperneat | |
| org.encog.neural.neat.training |
| Modifier and Type | Class and Description |
|---|---|
class |
MLMethodGenome
Implements a genome that allows a feedforward neural network to be trained
using a genetic algorithm.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DoubleArrayGenome
A genome made up of continuous doubles.
|
class |
IntegerArrayGenome
A genome that is an array of discrete integer values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncogProgram
Holds an Encog Programming Language (EPL) program.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HyperNEATGenome
A HyperNEAT genome.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NEATGenome
Implements a NEAT genome.
|
Copyright © 2014. All Rights Reserved.