Méthode | Description | |
---|---|---|
Copy ( IGene gene ) : void |
Copy from another gene.
|
|
NEATLinkGene ( ) : System |
Default constructor, used mainly for persistence.
|
|
NEATLinkGene ( long fromNeuronID_0, long toNeuronID_1, bool enabled, long innovationID, double weight_2, bool recurrent_3 ) : System |
Construct a NEAT link gene.
|
|
ToString ( ) : String |
public NEATLinkGene ( long fromNeuronID_0, long toNeuronID_1, bool enabled, long innovationID, double weight_2, bool recurrent_3 ) : System | ||
fromNeuronID_0 | long | The source neuron. |
toNeuronID_1 | long | The target neuron. |
enabled | bool | Is this link enabled. |
innovationID | long | The innovation id. |
weight_2 | double | The weight. |
recurrent_3 | bool | Is this a recurrent link? |
Résultat | System |