ExpectedMaximumBreedingValueSelectionMixin#
- class pybrops.breed.prot.sel.ExpectedMaximumBreedingValueSelection.ExpectedMaximumBreedingValueSelectionMixin[source]#
Bases:
object
Semi-abstract class for Expected Maximum Breeding Value (EMBV) selection with constraints.
Methods
Attributes
Mating protocol used to calculate expected maximum breeding values.
Number of replicates performed to estimate expected maximum breeding values.
Number of traits to expect from inputs.
Whether parents should be unique.
- property mateprot: MatingProtocol#
Mating protocol used to calculate expected maximum breeding values.
- property nrep: Integral#
Number of replicates performed to estimate expected maximum breeding values.
- property ntrait: Integral#
Number of traits to expect from inputs.
- property unique_parents: bool#
Whether parents should be unique.