fabula-discovery 0.1.0

Automated sifting pattern discovery for fabula
Documentation
  • Coverage
  • 84.31%
    43 out of 51 items documented0 out of 0 items with examples
  • Size
  • Source code size: 124.32 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 5.68 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 1m 15s Average build duration of successful builds.
  • all releases: 1m 15s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • patricker

Automated sifting pattern discovery.

Provides a pluggable generate-evaluate framework for discovering narratively interesting patterns from simulation trace data.

Architecture

The system works as an iterative loop:

  1. A [CandidateGenerator] proposes candidate patterns from a [TraceCorpus]
  2. [PatternEvaluator]s score each candidate
  3. Scored results feed back to the generator for the next round
  4. A [PatternFilter] decides which patterns to keep

The [DiscoverySession] orchestrates this loop with configurable budgets.