|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.encog.neural.neat.PersistNEATPopulation
public class PersistNEATPopulation
Persist a NEAT or HyperNEAT network. ----------------------------------------------------------------------------- http://www.cs.ucf.edu/~kstanley/ Encog's NEAT implementation was drawn from the following three Journal Articles. For more complete BibTeX sources, see NEATNetwork.java. Evolving Neural Networks Through Augmenting Topologies Generating Large-Scale Neural Networks Through Discovering Geometric Regularities Automatic feature selection in neuroevolution
Field Summary | |
---|---|
static String |
TYPE_CPPN
Type for the Compositional pattern-producing networks used by HyperNEAT. |
Constructor Summary | |
---|---|
PersistNEATPopulation()
|
Method Summary | |
---|---|
int |
getFileVersion()
|
String |
getPersistClassString()
|
static String |
neuronTypeToString(NEATNeuronType t)
Convert a NEATNeuronType enum to a string. |
Object |
read(InputStream is)
Read the object from an input stream. |
void |
save(OutputStream os,
Object obj)
Save the object. |
static NEATNeuronType |
stringToNeuronType(String t)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String TYPE_CPPN
Constructor Detail |
---|
public PersistNEATPopulation()
Method Detail |
---|
public static String neuronTypeToString(NEATNeuronType t)
t
- The type.
public static NEATNeuronType stringToNeuronType(String t)
public int getFileVersion()
getFileVersion
in interface EncogPersistor
public String getPersistClassString()
getPersistClassString
in interface EncogPersistor
public Object read(InputStream is)
EncogPersistor
read
in interface EncogPersistor
is
- The input stream.
public void save(OutputStream os, Object obj)
EncogPersistor
save
in interface EncogPersistor
os
- The output stream to save to.obj
- The object to save.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |