SELAB3 Python Code
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
morphevo.genome.GenotypeGraphNode Class Reference

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
 

Detailed Description

A node in the GenotypeGraph class.

Represents the encoding of one or more modules of the same type.

Constructor & Destructor Documentation

◆ __init__()

None morphevo.genome.GenotypeGraphNode.__init__ (   self,
ModuleType  module_type,
List[float]  lengths 
)
Parameters
module_typeThe type of the module(s) that will be represented.
lengthsThe length(s) of the represented module(s).

The documentation for this class was generated from the following file: