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

mateprot

Mating protocol used to calculate expected maximum breeding values.

nrep

Number of replicates performed to estimate expected maximum breeding values.

ntrait

Number of traits to expect from inputs.

unique_parents

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.