|
SELAB3 Python Code
|
A node in the GenotypeGraph class. More...
Public Member Functions | |
| None | __init__ (self, ModuleType module_type, List[float] lengths) |
Public Attributes | |
| module_type | |
| lengths | |
| next | |
A node in the GenotypeGraph class.
Represents the encoding of one or more modules of the same type.
| None morphevo.genome.GenotypeGraphNode.__init__ | ( | self, | |
| ModuleType | module_type, | ||
| List[float] | lengths | ||
| ) |
| module_type | The type of the module(s) that will be represented. |
| lengths | The length(s) of the represented module(s). |