prob#

Module containing problem formulations for selection protocols.

Modules

pybrops.breed.prot.sel.prob.BinaryMateSelectionProblem

pybrops.breed.prot.sel.prob.BinarySelectionProblem

Module partially implementing the SetSelectionProblem interface.

pybrops.breed.prot.sel.prob.EstimatedBreedingValueSelectionProblem

Module implementing selection based on Estimated Breeding Values for multiple search space types.

pybrops.breed.prot.sel.prob.ExpectedMaximumBreedingValueSelectionProblem

Module implementing Expected Maximum Breeding Value (EMBV) Selection problems.

pybrops.breed.prot.sel.prob.FamilyEstimatedBreedingValueSelectionProblem

Module implementing Conventional Genomic Selection problems for multiple search space types.

pybrops.breed.prot.sel.prob.GeneralizedWeightedGenomicEstimatedBreedingValueSelectionProblem

Module implementing generalized weighted genomic selection as a subset optimization problem.

pybrops.breed.prot.sel.prob.GenomicEstimatedBreedingValueSelectionProblem

Module implementing Conventional Genomic Selection problems for multiple search space types.

pybrops.breed.prot.sel.prob.GenotypeBuilderSelectionProblem

Module implementing Genotype Builder (GB) Selection optimization problems.

pybrops.breed.prot.sel.prob.IntegerMateSelectionProblem

pybrops.breed.prot.sel.prob.IntegerSelectionProblem

Module partially implementing the SetSelectionProblem interface.

pybrops.breed.prot.sel.prob.L1NormGenomicSelectionProblem

Module implementing L1-norm Genomic Selection (L1GS) problems for multiple search space types.

pybrops.breed.prot.sel.prob.L2NormGenomicSelectionProblem

Module implementing L2-norm Genomic Selection (L2GS) problems for multiple search space types.

pybrops.breed.prot.sel.prob.MateSelectionProblem

Module defining interfaces for mate selection problems.

pybrops.breed.prot.sel.prob.MeanExpectedHeterozygositySelectionProblem

Module implementing selection protocols for selection based on Mean Expected Heterozygosity (MEH).

pybrops.breed.prot.sel.prob.MeanGenomicRelationshipSelectionProblem

Module implementing selection protocols for selection based on Mean Expected Heterozygosity (MEH).

pybrops.breed.prot.sel.prob.MultiObjectiveGenomicMatingProblem

Module implementing Multi-Objective Genomic Mating (MOGM) optimization problems.

pybrops.breed.prot.sel.prob.MultiObjectiveGenomicSelectionProblem

Module implementing Multi-Objective Genomic Selection (MOGS) optimization problems.

pybrops.breed.prot.sel.prob.OptimalContributionSelectionProblem

Module defining optimization problems for binary optimal constribution selection.

pybrops.breed.prot.sel.prob.OptimalHaploidValueSelectionProblem

Module implementing Optimal Haploid Value (OHV) Selection optimization problems.

pybrops.breed.prot.sel.prob.OptimalPopulationValueSelectionProblem

Module implementing Optimal Population Value (OPV) Selection optimization problems.

pybrops.breed.prot.sel.prob.PopulationAlleleFrequencyDistanceSelectionProblem

Module implementing Multi-Objective Genomic Selection (MOGS) optimization problems.

pybrops.breed.prot.sel.prob.PopulationAlleleUnavailabilitySelectionProblem

Module implementing Multi-Objective Genomic Selection (MOGS) optimization problems.

pybrops.breed.prot.sel.prob.RandomSelectionProblem

Module implementing Random Selection problems for multiple search space types.

pybrops.breed.prot.sel.prob.RealLookAheadGeneralizedWeightedGenomicSelectionProblem

pybrops.breed.prot.sel.prob.RealMateSelectionProblem

pybrops.breed.prot.sel.prob.RealSelectionProblem

Module partially implementing the SetSelectionProblem interface.

pybrops.breed.prot.sel.prob.SelectionProblem

Module partially implementing the SelectionProblem class.

pybrops.breed.prot.sel.prob.SubsetMateSelectionProblem

pybrops.breed.prot.sel.prob.SubsetSelectionProblem

Module partially implementing the SetSelectionProblem interface.

pybrops.breed.prot.sel.prob.UsefulnessCriterionSelectionProblem

Module implementing Usefulness Criterion (UC) Selection problems.

pybrops.breed.prot.sel.prob.WeightedGenomicSelectionProblem

Module implementing weighted genomic selection as a subset optimization problem.

pybrops.breed.prot.sel.prob.trans

Module containing functions for transforming latent space function outputs.