Package | Description |
---|---|
org.encog.ml.genetic | |
org.encog.ml.genetic.genome |
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 | Method and Description |
---|---|
void |
ArrayGenome.copy(ArrayGenome source,
int sourceIndex,
int targetIndex)
Copy elements from another array genome into this one.
|
void |
DoubleArrayGenome.copy(ArrayGenome source,
int sourceIndex,
int targetIndex)
Copy elements from another array genome into this one.
|
void |
IntegerArrayGenome.copy(ArrayGenome source,
int sourceIndex,
int targetIndex)
Copy elements from another array genome into this one.
|
Copyright © 2014. All Rights Reserved.