NodeStats

Type Alias NodeStats 

Source
type NodeStats<'n, N> = HashMap<Identifier<'n, N>, NodeEvaluation>;
Expand description

A map that contains the evaluation stats of TreeNodes by their identifiers.

Aliased Typeยง

struct NodeStats<'n, N> { /* private fields */ }