CompoundPye
0.93
Modelling and Simulation Framework for Neural Networks of Arthropod Compound Eyes
|
Basic connection class, with only 2 variables, self.weight and self.target. More...
Public Member Functions | |
def | __init__ |
Initializes a Connecion-object. More... | |
Basic connection class, with only 2 variables, self.weight and self.target.
A component and sensor should have a list of connections, that hold objects of this class. They specify their connections to other components.
def CompoundPye.src.Components.Connections.connection.Connection.__init__ | ( | self, | |
weight, | |||
target | |||
) |
Initializes a Connecion-object.
weight | Strength of the connection. |
target | Component-object that is to be the target of the connection. |