nexus-agents - v2.80.0
    Preparing search index...

    Type Alias ActivationStrategy

    ActivationStrategy: "ucb" | "greedy" | "diverse" | "adaptive"

    Strategy for selecting which nodes to activate.

    • ucb: Upper Confidence Bound (exploration/exploitation balance)
    • greedy: Always activate highest-scoring nodes
    • diverse: Prioritize diversity across trees
    • adaptive: Dynamically adjust based on progress