metaheuristic_designer.parent_selection_base#

Base class for the Parent Selection module.

Classes

NullParentSelection([name])

Null parent selection, returns the whole population unchanged.

ParentSelection([name, amount, rng])

Abstract base for all parent selection methods.

ParentSelectionFromLambda(selection_fn[, ...])

Parent selection that wraps a user-supplied function.