Skip to content

Feature Req: Make BasePopulation and its nested population classes public #833

@alex-cornejo

Description

@alex-cornejo

Is your feature request related to a problem? Please describe.
Yes. BasePopulation is package‑private, so consumers cannot subclass it or override its methods (e.g., replace()), preventing customization of population behavior.

Describe the solution you'd like
Make BasePopulation and its nested population classes public, or provide a public extension point (e.g., a PopulationFactory or PopulationReplacementStrategy, or protected hook methods).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions