OptimalHaploidValueSelectionMixin#
- class pybrops.breed.prot.sel.OptimalHaploidValueSelection.OptimalHaploidValueSelectionMixin[source]#
Bases:
object
Semi-abstract class for Optimal Haploid Value (OHV) Selection with constraints.
Methods
Attributes
Number of haplotype blocks to consider.
Number of traits to expect from matrix inputs.
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.