UNPKG

federer

Version:

Experiments in asynchronous federated learning and decentralized learning

7 lines 342 B
import { CoordinatorClientDelayOptions } from "./options/delays"; /** * Converts a {@link CoordinatorClientDelayOptions} configuration to a list of * delays that the clients should use. */ export declare function getClientDelays(options: CoordinatorClientDelayOptions, numberClients: number): number[]; //# sourceMappingURL=delays.d.ts.map