Skip to content

Update ant bpp9000 - #989

Merged
cyber-pc merged 3 commits into
developfrom
features/2026-08-25-update-ant-bpp9000
Sep 1, 2026
Merged

Update ant bpp9000#989
cyber-pc merged 3 commits into
developfrom
features/2026-08-25-update-ant-bpp9000

Conversation

@cyber-pc

Copy link
Copy Markdown
Contributor

The PR include 2 changes,

  • Shared epoch root: all IDs' ant colony trees now branch from one shared root ANN derived from the epoch-start spectrum digest, instead of each identity deriving its own root from its public key. new: deriveRootLut(rootSeed, pRandom2Pool) vs old: deriveRootLut(publicKey, pRandom2Pool)
  • Task file update
    • New topology update into data/bpp9000.task, topology hash updated in public_settings.h (data hash unchanged).
    • The data block now holds 8761 pairs: the 8760 scored pairs (unchanged byte for byte) plus 1 holdout pair right after the training window. The holdout pair is excluded from scoring and from every hash; it lets trackers compare ANN predictions against the actual next price movement.
    • No loader changes: the node reads only the scored region and already accepts numPairs >= T. File grows from 44744 to 44749 bytes

@cyber-pc cyber-pc self-assigned this Sep 1, 2026
@cyber-pc

cyber-pc commented Sep 1, 2026

Copy link
Copy Markdown
Contributor Author

this PR is tested and ready.

@fnordspace fnordspace left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@cyber-pc
cyber-pc merged commit 2e41017 into develop Sep 1, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants