ExpectedMaximumBreedingValueSelectionProblemMixin#

class pybrops.breed.prot.sel.prob.ExpectedMaximumBreedingValueSelectionProblem.ExpectedMaximumBreedingValueSelectionProblemMixin[source]#

Bases: object

Helper class to implement properties common to EMBV selection problems.

Methods

Attributes

embv

Expected maximum breeding value matrix of shape (s,t).

nlatent

Number of latent variables.

property embv: ndarray#

Expected maximum breeding value matrix of shape (s,t).

property nlatent: Integral#

Number of latent variables.