Skip to content

Population

population

Configuration for the population.

Classes

PopulationArguments

Bases: BaseModel

Population arguments.

Attributes
model_config class-attribute instance-attribute
model_config = ConfigDict(extra='allow', arbitrary_types_allowed=True, validate_default=True)

Allow additional arguments.

PopulationConfiguration

Bases: BaseModel

Configuration for the population.

Attributes
model class-attribute instance-attribute
model: str = Field(..., description='Name of the model.')

Name of the model.

arguments class-attribute instance-attribute
arguments: PopulationArguments = Field(default_factory=PopulationArguments, description='Arguments for the population.')

Arguments for the population.