Experimental features#

policyengine_core.experimental houses new features that aren’t fully stable yet, and may be removed in future versions.

MemoryConfig#

class policyengine_core.experimental.memory_config.MemoryConfig(max_memory_occupation: float, priority_variables: Optional[List[str]] = None, variables_to_drop: Optional[List[str]] = None)[source]#

Bases: object