pygrenade_vx.network.PlasticityRuleOnNetwork
-
class
pygrenade_vx.network.PlasticityRuleOnNetwork Bases:
_pygrenade_vx_network.PlasticityRuleOnExecutionInstance-
__init__(*args, **kwargs) Overloaded function.
__init__(self: _pygrenade_vx_network.PlasticityRuleOnNetwork) -> None
__init__(self: _pygrenade_vx_network.PlasticityRuleOnNetwork, population: _pygrenade_vx_network.PlasticityRuleOnExecutionInstance, execution_instance: pygrenade_common.ExecutionInstanceID = ExecutionInstanceID(0)) -> None
__init__(self: _pygrenade_vx_network.PlasticityRuleOnNetwork, e: pyhalco_common.Enum) -> None
__init__(self: _pygrenade_vx_network.PlasticityRuleOnNetwork, arg0: _pygrenade_vx_network.PlasticityRuleOnNetwork) -> None
Methods
__init__(*args, **kwargs)Overloaded function.
split(self)toEnum(self)toExecutionInstanceID(self)Attributes
-
enum_type alias of
pyhalco_common.Enum
-
split(self: _pygrenade_vx_network.PlasticityRuleOnNetwork) → tuple[pygrenade_common.ExecutionInstanceID, _pygrenade_vx_network.PlasticityRuleOnExecutionInstance]
-
toEnum(self: _pygrenade_vx_network.PlasticityRuleOnNetwork) → pyhalco_common.Enum
-
toExecutionInstanceID(self: _pygrenade_vx_network.PlasticityRuleOnNetwork) → pygrenade_common.ExecutionInstanceID
-
toPlasticityRuleOnExecutionInstance(self: _pygrenade_vx_network.PlasticityRuleOnNetwork) → _pygrenade_vx_network.PlasticityRuleOnExecutionInstance
-