Interface Hierarchical
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Narrow contract for geometries that can initialize demes inside a
hierarchical meta-population.
-
Method Summary
Modifier and TypeMethodDescriptionvoidinitHierarchicalDeme(AbstractGeometry geometry, int popSize, int demeSize, int startIndex, boolean fixedBoundary) Initialize one deme inside a host geometry.
-
Method Details
-
initHierarchicalDeme
void initHierarchicalDeme(AbstractGeometry geometry, int popSize, int demeSize, int startIndex, boolean fixedBoundary) Initialize one deme inside a host geometry.- Parameters:
geometry- host geometry receiving the linkspopSize- total population size of the host geometrydemeSize- number of individuals in the demestartIndex- index offset of the deme within the host geometryfixedBoundary-truefor fixed boundary conditions
-