C# Класс Encog.Neural.Neat.PersistNEATPopulation

Наследование: IEncogPersistor
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

InnovationTypeToString() публичный статический Метод

Convert the innovation type to a string.
public static InnovationTypeToString ( NEATInnovationType t ) : String
t NEATInnovationType The innovation type.
Результат String

NeuronTypeToString() публичный статический Метод

Convert the neuron type to a string.
public static NeuronTypeToString ( NEATNeuronType t ) : String
t NEATNeuronType The neuron type.
Результат String

Read() публичный Метод

Read the object.
public Read ( Stream mask0 ) : Object
mask0 Stream The stream to read the object from.
Результат Object

Save() публичный Метод

Save the object.
public Save ( Stream os, Object obj ) : void
os Stream The stream to write to.
obj Object The object to save.
Результат void

StringToInnovationType() публичный статический Метод

Convert a string to an innovation type.
public static StringToInnovationType ( String t ) : NEATInnovationType
t String The string to convert.
Результат NEATInnovationType

StringToNeuronType() публичный статический Метод

Convert a string to a neuron type.
public static StringToNeuronType ( String t ) : NEATNeuronType
t String The string.
Результат NEATNeuronType