Skip to content

parallel-decision: expose exact tree distributions - #13

Open
kilo666mj wants to merge 3 commits into
thecodacus:parallel-decisionfrom
kilo666mj:feature/decision-probabilities
Open

kilo666mj wants to merge 3 commits into
thecodacus:parallel-decisionfrom
kilo666mj:feature/decision-probabilities

Conversation

@kilo666mj

Copy link
Copy Markdown

Summary

  • include the complete per-choice probability map for tree-scored fields
  • omit the map for greedy fields, whose unvisited branches are not exact
  • document the response contract and add a model-free assembly regression test

Motivation

The decision engine already computes the field probability vector in tree mode, but the HTTP response exposes only the winning value and probability. Returning the existing vector lets narrow adapters derive model-independent confidence without a second inference pass.

Verification

Built and ran the test-parallel-decision target from a fresh CMake build inside a Bubblewrap namespace with networking disabled. The test covers exact enum distributions and confirms greedy responses omit the probabilities map.

@coderabbitai

coderabbitai Bot commented Sep 22, 2026 •

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: f6561dc7-2ea3-4bad-8952-86805daa7f6b

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

Walkthrough

[!WARNING]
Review details and warnings were omitted to fit the comment limit.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant