Skip to main content

Crate capability_grower_configuration_from_skeleton

Crate capability_grower_configuration_from_skeleton 

Source

Enums§

SkeletonToGrowerConfigError
Error type for converting a Skeleton into a GrowerTreeConfiguration.

Traits§

InferBaselineBreadth
TryInferAggregatorDepthLimit
Infers an upper depth limit for aggregator nodes. If no limit can be inferred, returns None.
TryInferAggregatorPreference
Infers how often aggregator nodes should be preferred vs. dispatch nodes. Returns a f32 in [0..1], where 0.0 means “almost never aggregator” and 1.0 means “always aggregator,” or None if we cannot infer.
TryInferAiConfidence
TryInferAllowEarlyLeaves
TryInferCapstoneConfiguration
TryInferConfiguration
TryInferDensity
Try to infer a global “children-per-node density” (u8).
TryInferDepth
TryInferDispatchDepthLimit
Infers an upper depth limit for dispatch nodes. If no limit can be inferred, returns None.
TryInferLeafMinDepth
Infers a minimum depth required before leaf nodes can appear. If we cannot guess, returns None.
TryInferLevelSkippingConfiguration
TryInferLevelSpecificConfiguration
TryInferPartialSubbranchProbability
Infers the probability of including each child sub-branch partially. The fraction is in [0..1], or None if we cannot guess.
TryInferSubBranchOrdering
Try to pick a single, global SubBranchOrdering by looking at each node’s detected ordering and choosing the most‐frequent non‑None variant.
TryInferTreeExpansionPolicy
Infers which TreeExpansionPolicy is most consistent with the Skeleton. Returns None if skeleton is empty.
TryInferWeightedBranchingConfiguration