ReadonlymaxMaximum number of trees in the forest
ReadonlymaxMaximum depth per tree
ReadonlymaxMaximum nodes per tree
ReadonlyactivationTotal activation budget (max active nodes across forest)
ReadonlysparsityPercentage of nodes to keep active (0-1)
ReadonlyactivationStrategy for node activation
ReadonlyexplorationUCB exploration constant (for ucb strategy)
ReadonlycrossStrategy for cross-tree information sharing
ReadonlypruningStrategy for pruning low-quality branches
ReadonlyminMinimum score threshold for keeping nodes
ReadonlyconfidenceConfidence threshold for accepting conclusions
ReadonlyearlyScore threshold for early termination
ReadonlymaxMaximum exploration time in ms
ReadonlynodeTimeout per node evaluation in ms
ReadonlymaxMaximum tokens per tree
ReadonlyenableEnable parallel tree exploration
ReadonlyparallelNumber of parallel exploration threads
ReadonlyenableEnable early termination when good solution found
ReadonlyenableEnable cross-tree information sharing
ReadonlytemperatureTemperature for node generation (creativity vs determinism)
ReadonlyseedRandom seed for reproducibility (null for random)
Configuration for Forest-of-Thought reasoning.