pearl.base_model

Base model for PEARL implementing the default population and events.

Classes

BasePearl(parameters)

Base class for Pearl model.

class pearl.base_model.BasePearl(parameters: Parameters)[source]

Bases: Pearl

Base class for Pearl model. Upon initialization, creates a population and defines the events to be applied to the population during the run. The population generator and events are defined in the PearlPopulation and PearlEvents classes, respectively, and are initialized with the parameters passed to the BasePearl class.

Parameters:

Pearl (Extends Pearl Class)