RandomSelectionProblemMixin#

class pybrops.breed.prot.sel.prob.RandomSelectionProblem.RandomSelectionProblemMixin[source]#

Bases: object

Helper class containing common properties for random selection problems.

Methods

from_object

rtype:

RandomSelectionProblemMixin

Attributes

nlatent

Number of latent variables.

rbv

Random breeding values.

property nlatent: Integral#

Number of latent variables.

property rbv: ndarray#

Random breeding values.