Population
population
¶
Configuration for the population.
Classes¶
PopulationArguments
¶
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.