metaheuristic_designer.survivor_selection.survivor_selection#

Survivor selection registry and factory.

Functions

add_survivor_selection_entry(selection_fn, ...)

Register a new survivor selection method.

create_survivor_selection(method[, name, rng])

Create a survivor selection method by name.

list_survivor_selection_methods()

Return a list of all registered survivor selection method names.

Classes

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

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