Method | Description | |
---|---|---|
ConnectionGene ( |
Copy constructor.
|
|
ConnectionGene ( uint innovationId, uint sourceNodeId, uint targetNodeId, double weight ) : SharpNeat.Network |
Construct a new ConnectionGene with the specified source and target neurons and connection weight.
|
|
CreateCopy ( ) : |
Creates a copy of the current gene. Virtual method that can be overridden by sub-types.
|
public ConnectionGene ( |
||
copyFrom | ||
return | SharpNeat.Network |
public ConnectionGene ( uint innovationId, uint sourceNodeId, uint targetNodeId, double weight ) : SharpNeat.Network | ||
innovationId | uint | |
sourceNodeId | uint | |
targetNodeId | uint | |
weight | double | |
return | SharpNeat.Network |