ExpectedMaximumBreedingValueSelectionProblem#

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

Classes

ExpectedMaximumBreedingValueBinarySelectionProblem

Class representing Expected Maximum Breeding Value (EMBV) selection problems in binary search spaces.

ExpectedMaximumBreedingValueIntegerSelectionProblem

Class representing Expected Maximum Breeding Value (EMBV) selection problems in integer search spaces.

ExpectedMaximumBreedingValueRealSelectionProblem

Class representing Expected Maximum Breeding Value (EMBV) selection problems in real search spaces.

ExpectedMaximumBreedingValueSelectionProblemMixin

Helper class to implement properties common to EMBV selection problems.

ExpectedMaximumBreedingValueSubsetSelectionProblem

Class representing Expected Maximum Breeding Value (EMBV) selection problems in subset search spaces.