pygrenade_vx.network.PlasticityRuleOnNetwork

class pygrenade_vx.network.PlasticityRuleOnNetwork

Bases: _pygrenade_vx_network.PlasticityRuleOnExecutionInstance

__init__(*args, **kwargs)

Overloaded function.

  1. __init__(self: _pygrenade_vx_network.PlasticityRuleOnNetwork) -> None

  2. __init__(self: _pygrenade_vx_network.PlasticityRuleOnNetwork, population: _pygrenade_vx_network.PlasticityRuleOnExecutionInstance, execution_instance: _pygrenade_vx_common.ExecutionInstanceID = ExecutionInstanceID(0)) -> None

  3. __init__(self: _pygrenade_vx_network.PlasticityRuleOnNetwork, e: pyhalco_common.Enum) -> None

  4. __init__(self: _pygrenade_vx_network.PlasticityRuleOnNetwork, arg0: _pygrenade_vx_network.PlasticityRuleOnNetwork) -> None

Methods

__init__(*args, **kwargs)

Overloaded function.

split(self)

toEnum(self)

toExecutionInstanceID(self)

toPlasticityRuleOnExecutionInstance(self)

Attributes

enum_type

alias of pyhalco_common.Enum

split(self: _pygrenade_vx_network.PlasticityRuleOnNetwork)Tuple[_pygrenade_vx_common.ExecutionInstanceID, _pygrenade_vx_network.PlasticityRuleOnExecutionInstance]
toEnum(self: _pygrenade_vx_network.PlasticityRuleOnNetwork)pyhalco_common.Enum
toExecutionInstanceID(self: _pygrenade_vx_network.PlasticityRuleOnNetwork)_pygrenade_vx_common.ExecutionInstanceID
toPlasticityRuleOnExecutionInstance(self: _pygrenade_vx_network.PlasticityRuleOnNetwork)_pygrenade_vx_network.PlasticityRuleOnExecutionInstance