OptimalContributionSelectionProblemMixin#

class pybrops.breed.prot.sel.prob.OptimalContributionSelectionProblem.OptimalContributionSelectionProblemMixin[source]#

Bases: object

Helper class containing common properties for Optimal Contribution Selection Problems.

Methods

from_bvmat_gmat

rtype:

OptimalContributionSelectionProblemMixin

Attributes

C

Cholesky decomposition of the kinship matrix.

ebv

Breeding value matrix.

nlatent

Number of latent variables.

property C: ndarray#

Cholesky decomposition of the kinship matrix.

property ebv: ndarray#

Breeding value matrix.

property nlatent: Integral#

Number of latent variables.