metaheuristic_designer.operators.factories.generic#

Top-level operator factory and registry.

Functions

add_operator_entry(operator_fn, operator_name)

Register a new operator so it can be created by create_operator().

create_operator(method[, encoding, rng, name])

Create an operator by name from any registry.

list_operators()

Return a list of all registered operator keys.