Méthode | Description | |
---|---|---|
Copy ( IGene gene ) : void |
Copy from another gene.
|
|
NEATLinkGene ( ) : System |
Default constructor.
|
|
NEATLinkGene ( long fromNeuronID, long toNeuronID, bool enabled, long innovationID, double weight, bool recurrent ) : System |
Construct a link gene.
|
|
ToString ( ) : String |
This link as a string.
|
public NEATLinkGene ( long fromNeuronID, long toNeuronID, bool enabled, long innovationID, double weight, bool recurrent ) : System | ||
fromNeuronID | long | The from neuron's id. |
toNeuronID | long | The to neuron's id. |
enabled | bool | True, if this link is enabled. |
innovationID | long | The innovation id. |
weight | double | The weight of this link. |
recurrent | bool | True, if this is a recurrent link. |
Résultat | System |