mesh_sup (faber_neuroevolution v1.2.4)

View Source

Supervisor for mesh distribution components.

Manages the lifecycle of distributed evaluation components: - macula_mesh: Macula integration facade - evaluator_pool_registry: Tracks remote evaluator capacity - distributed_evaluator: RPC-based evaluation dispatch

Summary

Functions

init(Config)

start_link()

-spec start_link() -> {ok, pid()} | {error, term()}.

start_link(Config)

-spec start_link(Config :: map()) -> {ok, pid()} | {error, term()}.