메소드 | 설명 | |
---|---|---|
NEATLink ( ) : System |
Default constructor.
|
|
NEATLink ( double weight, |
Construct a NEAT link.
|
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. |
리턴 | System |