UsefulnessCriterionSelectionProblemMixin#

class pybrops.breed.prot.sel.prob.UsefulnessCriterionSelectionProblem.UsefulnessCriterionSelectionProblemMixin[source]#

Bases: object

Mixin class containing properties common to UC selection problems.

Methods

from_pgmat_gpmod

rtype:

UsefulnessCriterionSelectionProblemMixin

from_pgmat_gpmod_xmap

rtype:

UsefulnessCriterionSelectionProblemMixin

Attributes

nlatent

Number of latent variables.

ucmat

Usefulness criterion matrix of shape (s,t).

property nlatent: Integral#

Number of latent variables.

property ucmat: ndarray#

Usefulness criterion matrix of shape (s,t).