OptimalHaploidValueSelectionMixin#

class pybrops.breed.prot.sel.OptimalHaploidValueSelection.OptimalHaploidValueSelectionMixin[source]#

Bases: object

Semi-abstract class for Optimal Haploid Value (OHV) Selection with constraints.

Methods

Attributes

nhaploblk

Number of haplotype blocks to consider.

ntrait

Number of traits to expect from matrix inputs.

unique_parents

Whether parents should be unique.

property nhaploblk: Integral#

Number of haplotype blocks to consider.

property ntrait: Integral#

Number of traits to expect from matrix inputs.

property unique_parents: bool#

Whether parents should be unique.