nexus-agents - v2.80.0
GitHub
npm
Preparing search index...
ActivationStrategy
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
Settings
Member Visibility
Protected
Internal
Theme
OS
Light
Dark
GitHub
npm
nexus-agents - v2.80.0
Loading...
Strategy for selecting which nodes to activate.
ucb: Upper Confidence Bound (exploration/exploitation balance)greedy: Always activate highest-scoring nodesdiverse: Prioritize diversity across treesadaptive: Dynamically adjust based on progress