cfg#

Module containing selection configuration definitions.

Modules

pybrops.breed.prot.sel.cfg.BinaryMateSelectionConfiguration

Module containing representations of binary selection configurations where the binary originates from a cross map.

pybrops.breed.prot.sel.cfg.BinarySelectionConfiguration

Module defining selection configurations where the decision space is binary in nature.

pybrops.breed.prot.sel.cfg.IntegerMateSelectionConfiguration

Module containing representations of subset selection configurations where the subset originates from a cross map.

pybrops.breed.prot.sel.cfg.IntegerSelectionConfiguration

Module defining selection configurations where the decision space is integer in nature.

pybrops.breed.prot.sel.cfg.MateSelectionConfiguration

Mixin class to provide functionality for selection configurations that require cross maps.

pybrops.breed.prot.sel.cfg.RealMateSelectionConfiguration

Module containing representations of subset selection configurations where the subset originates from a cross map.

pybrops.breed.prot.sel.cfg.RealSelectionConfiguration

Module defining selection configurations where the decision space is real-valued in nature.

pybrops.breed.prot.sel.cfg.SampledSelectionConfigurationMixin

Mixin class to provide functionality for selection configurations that require sampling.

pybrops.breed.prot.sel.cfg.SelectionConfiguration

Module containing abstract class definitions for selection configurations

pybrops.breed.prot.sel.cfg.SimpleMateSelectionConfiguration

Module containing abstract class definitions for selection configurations

pybrops.breed.prot.sel.cfg.SimpleSelectionConfiguration

Module containing abstract class definitions for selection configurations

pybrops.breed.prot.sel.cfg.SubsetMateSelectionConfiguration

Module containing representations of subset selection configurations where the subset originates from a cross map.

pybrops.breed.prot.sel.cfg.SubsetSelectionConfiguration

Module defining selection configurations where the decision space is subset in nature.