C# Class Encog.Neural.Neat.PersistNEATPopulation

Inheritance: IEncogPersistor
Mostrar archivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
InnovationTypeToString ( NEATInnovationType t ) : String

Convert the innovation type to a string.

NeuronTypeToString ( NEATNeuronType t ) : String

Convert the neuron type to a string.

Read ( Stream mask0 ) : Object

Read the object.

Save ( Stream os, Object obj ) : void

Save the object.

StringToInnovationType ( String t ) : NEATInnovationType

Convert a string to an innovation type.

StringToNeuronType ( String t ) : NEATNeuronType

Convert a string to a neuron type.

Method Details

InnovationTypeToString() public static method

Convert the innovation type to a string.
public static InnovationTypeToString ( NEATInnovationType t ) : String
t NEATInnovationType The innovation type.
return String

NeuronTypeToString() public static method

Convert the neuron type to a string.
public static NeuronTypeToString ( NEATNeuronType t ) : String
t NEATNeuronType The neuron type.
return String

Read() public method

Read the object.
public Read ( Stream mask0 ) : Object
mask0 Stream The stream to read the object from.
return Object

Save() public method

Save the object.
public Save ( Stream os, Object obj ) : void
os Stream The stream to write to.
obj Object The object to save.
return void

StringToInnovationType() public static method

Convert a string to an innovation type.
public static StringToInnovationType ( String t ) : NEATInnovationType
t String The string to convert.
return NEATInnovationType

StringToNeuronType() public static method

Convert a string to a neuron type.
public static StringToNeuronType ( String t ) : NEATNeuronType
t String The string.
return NEATNeuronType