.FluxTrainingcallbackgraph

function defined in module FluxTraining


			callbackgraph(callbacks) -> SimpleDiGraph

Creates a directed acyclic graph from a list of callbacks. Ordering is given through runafter and resolveconflict.

If a write conflict cannot be resolved (i.e. resolveconflict) is not implemented), throws an error.

Methods

There is 1 method for FluxTraining.callbackgraph: