Skip to content

Commit 8982579

Browse files
authored
Update __init__.py
1 parent 24e8428 commit 8982579

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mesa/experimental/memory/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
entries recording in mesa. The Memory class is a manager between the ShortTermMemory
55
(dque data structure) and LongTermMemory (hash map).
66
7-
The module contains three main components:
8-
- Priority: An enumeration defining event priority levels (HIGH, DEFAULT, LOW)
9-
- SimulationEvent: A class representing individual events with timing and execution details
10-
- EventList: A heap-based priority queue managing the chronological ordering of events
117
8+
The module now contains four main component:
9+
- Memory: The operating class for managing ShortTermMemory and LongTermMemory
10+
- ShortTermMemory more memory-efficient and reactive (efficient store and pop functionality)
11+
- LongTermMemory : more computational-efficient (efficient navigation)
1212
"""
1313

1414
from .memory import LongTermMemory, Memory, MemoryEntry, ShortTermMemory

0 commit comments

Comments
 (0)