SelectionConfiguration#
- class pybrops.breed.prot.sel.cfg.SelectionConfiguration.SelectionConfiguration[source]#
Bases:
object
docstring for SelectionConfiguration.
Methods
Attributes
Number of cross configurations to consider.
Number of times an individual cross configuration is executed.
Number of parents in a given cross configuration.
Number of progeny to derive from a mating event.
Genome matrix for the parental candidates.
xconfig.
- property ncross: Integral#
Number of cross configurations to consider.
- property nmating: ndarray#
Number of times an individual cross configuration is executed.
- property nparent: Integral#
Number of parents in a given cross configuration.
- property nprogeny: ndarray#
Number of progeny to derive from a mating event.
- property pgmat: PhasedGenotypeMatrix#
Genome matrix for the parental candidates.
- property xconfig: ndarray#
xconfig.