Hippius
maincontainerPublic

jan/cascade1

sha256:6252f02d38fb93385259e17ce13eb1dabfcfea031c09f1b6030be355c6a05e93·Indexed Jul 16, 2026

Layers

5

Total size

25.3 KB

Files

5

Quantization

README.md

1.1 KB

cascade-fullctx-spectral-v1

A differentiated, NumPy-only full-context generator derived from the public custom-fullctx-v4 design.

Design

  • Emits only 4096-point series, matching the 128-patch training/eval geometry and minimizing the one non-target context patch paid per series.
  • Samples trend as total end-to-end excursion, so trend strength is independent of series length.
  • Mixes twelve families: trend/seasonality, structural regimes, multiplicative series, AR/integrated/nonlinear dynamics, smooth spectral GP, power-law long memory, intermittent demand, and outliers.
  • Replaces the predecessor's slow 48-pass random-Fourier GP with one batched inverse FFT and adds persistent/anti-persistent spectral paths.
  • Generates lazy 1024-row random-family chunks, keeping every stream prefix mixed while amortizing Python dispatch.

Validate

python -m cascade.miner.cli verify ./cascade-v2 --chain-toml chain.toml

Contract validity and CPU throughput do not establish forecasting quality. Run a production-faithful GPU A/B score against the current king before deploying this candidate.

Files

5 items
  • generator.py

    216538f8d7b3

    21.7 KB

  • tests/test_generator_contract.py

    4e52045faba8

    1.2 KB

  • README.md

    bf8bf5bd3430

    1.1 KB

  • config.json

    b9fccaf5e73d

    648 B

  • requirements.txt

    53be6d69de26

    618 B