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:
- A [
CandidateGenerator] proposes candidate patterns from a [TraceCorpus] - [
PatternEvaluator]s score each candidate - Scored results feed back to the generator for the next round
- A [
PatternFilter] decides which patterns to keep
The [DiscoverySession] orchestrates this loop with configurable budgets.