EvSys

algorithms

Built-in algorithms.

Each algorithm targets a specific (recipe-kind, backend-kind) pair via the registry: the algorithm's name is what users put in algorithm.kind: of the YAML; routing to a specific backend happens inside the algorithm's .train() (it inspects ctx.backend.name).

Some algorithms are backend-agnostic (Mock); most route to a single backend.