Layer of the system that is acting only on a limited number of iterations.
More...
Layer of the system that is acting only on a limited number of iterations.
| def __init__ |
( |
|
self, |
|
|
|
agentList = [], |
|
|
|
name = "", |
|
|
|
itLimit = 1 |
|
) |
| |
Default constructor.
- Parameters
-
| agentList | Initial list of agents in the layer. |
| name | Name of the layer. |
| itLimit | Number of iterations that the layer acts. |
Perform the action of all agents in the layer.
The data are modified by the actions of the agent.
- Parameters
-
| data | Data needed for the action. |
Number of iterations performed.
Number of iterations that the layer acts.
The documentation for this class was generated from the following file: