Method | Description | |
---|---|---|
NEATLink ( ) : System |
Default constructor, used mainly for persistance.
|
|
NEATLink ( double weight, |
Construct a NEAT link.
|
|
ToString ( ) : String |
public NEATLink ( double weight, |
||
weight | double | The weight between the two neurons. |
fromNeuron | The source neuron. | |
toNeuron | The target neuron. | |
recurrent | bool | Is this a recurrent link. |
return | System |