cppyabm  1.0.17
An agent-based library to integrate C++ and Python
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
script.pyCell Class Reference
Inheritance diagram for script.pyCell:
script.Cell

Public Member Functions

def __init__ (self, env, class_name)
 
def setup (self)
 
def __init__ (self, env, class_name)
 
def setup (self)
 
- Public Member Functions inherited from script.Cell
def update (self)
 
def step (self)
 
def update (self)
 
def step (self)
 
def update (self)
 
def step (self)
 
def update (self)
 
def step (self)
 

Public Attributes

 age
 
 cycle_t
 
- Public Attributes inherited from script.Cell
 clock
 
 cycle_t
 
 disappear
 
 age
 

Static Public Attributes

 NN = policy_model
 
- Static Public Attributes inherited from script.Cell
 NN = policy_model
 

Detailed Description

Definition at line 22 of file script.py.

Constructor & Destructor Documentation

◆ __init__() [1/2]

def script.pyCell.__init__ (   self,
  env,
  class_name 
)

Reimplemented from script.Cell.

Definition at line 24 of file script.py.

◆ __init__() [2/2]

def script.pyCell.__init__ (   self,
  env,
  class_name 
)

Reimplemented from script.Cell.

Definition at line 24 of file script.py.

Member Function Documentation

◆ setup() [1/2]

def script.pyCell.setup (   self)

Reimplemented from script.Cell.

Definition at line 28 of file script.py.

◆ setup() [2/2]

def script.pyCell.setup (   self)

Reimplemented from script.Cell.

Definition at line 28 of file script.py.

Member Data Documentation

◆ age

script.pyCell.age

Definition at line 26 of file script.py.

◆ cycle_t

script.pyCell.cycle_t

Definition at line 32 of file script.py.

◆ NN

script.pyCell.NN = policy_model
static

Definition at line 23 of file script.py.


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