Méthode | Description | |
---|---|---|
NEATNeuron ( ) : System |
Default constructor, used for persistance.
|
|
NEATNeuron ( NEATNeuronType neuronType_0, long neuronID_1, double splitY_2, double splitX_3, double activationResponse_4 ) : System |
Construct a NEAT neuron.
|
|
NeuronType2String ( NEATNeuronType t ) : String |
Convert NEAT neuron type to string.
|
|
String2NeuronType ( String t ) : NEATNeuronType |
Convert a string to a NEAT neuron type.
|
|
ToString ( ) : String |
public NEATNeuron ( NEATNeuronType neuronType_0, long neuronID_1, double splitY_2, double splitX_3, double activationResponse_4 ) : System | ||
neuronType_0 | NEATNeuronType | The type of neuron. |
neuronID_1 | long | The id of the neuron. |
splitY_2 | double | The split for y. |
splitX_3 | double | THe split for x. |
activationResponse_4 | double | The activation response. |
Résultat | System |
public static NeuronType2String ( NEATNeuronType t ) : String | ||
t | NEATNeuronType | The neuron type. |
Résultat | String |
public static String2NeuronType ( String t ) : NEATNeuronType | ||
t | String | The string. |
Résultat | NEATNeuronType |