Population Management
The Population Management System
This subpackage provides tools for managing the state table
in a vivarium simulation, which is the record of all simulants in a
simulation and their state. Its main tasks are managing the creation of new
simulants and providing the ability for components to view and update simulant
state safely during runtime.
- Population Management Exceptions
PopulationError- The Population Manager
SimulantDataInitializerComponentSetPopulationManagerPopulationManager.configuration_defaultsPopulationManager.namePopulationManager.setup()PopulationManager.on_initialize_simulants()PopulationManager.columnsPopulationManager.get_view()PopulationManager.register_simulant_initializer()PopulationManager.get_simulant_creator()PopulationManager.get_population()
PopulationInterface- The Population View
PopulationView