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
from_pgmat_gpmod_xmap
Attributes
Number of latent variables.
Usefulness criterion matrix of shape
(s,t)
.- property nlatent: Integral#
Number of latent variables.
- property ucmat: ndarray#
Usefulness criterion matrix of shape
(s,t)
.