C# 클래스 Encog.Neural.Neat.PersistNEATPopulation

상속: IEncogPersistor
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
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