PopulationAlleleFrequencyDistanceSelectionMixin#

class pybrops.breed.prot.sel.PopulationAlleleFrequencyDistanceSelection.PopulationAlleleFrequencyDistanceSelectionMixin[source]#

Bases: object

Semi-abstract class for Multi-Objective Genomic Selection with constraints.

Methods

Attributes

ntrait

Number of traits to expect from matrix inputs.

target

Target allele frequency.

weight

Allele weights.

property ntrait: Integral#

Number of traits to expect from matrix inputs.

property target: ndarray | Callable#

Target allele frequency.

property weight: ndarray | Callable#

Allele weights.