metaheuristic_designer.parent_selection.parent_selection#

Parent selection registry and factory.

Functions

add_parent_selection_entry(selection_fn, ...)

Register a new parent selection method.

create_parent_selection(method[, name, ...])

Create a parent selection method by name.

list_parent_selection_methods()

Return a list of all registered parent selection method names.

Classes

ParentSelectionDef(selection_fn[, params, ...])

Wrapper that turns a raw parent-selection function into a callable.