OptimalPopulationValueSelectionProblemMixin#

class pybrops.breed.prot.sel.prob.OptimalPopulationValueSelectionProblem.OptimalPopulationValueSelectionProblemMixin[source]#

Bases: object

Helper class to implement properties common to OPV.

Methods

from_pgmat_gpmod

rtype:

OptimalPopulationValueSelectionProblemMixin

Attributes

haplomat

Haplotype effect matrix of shape (m,n,h,t).

nlatent

Number of latent variables.

ploidy

ploidy.

property haplomat: ndarray#

Haplotype effect matrix of shape (m,n,h,t).

property nlatent: Integral#

Number of latent variables.

property ploidy: Integral#

ploidy.