Module drift_learning

Module drift_learning 

Source
Expand description

Drift Learning System

This module extends the DataDriftEngine with learning capabilities that allow mocks to gradually learn from recorded traffic and adapt their behavior.

Features:

  • Traffic pattern learning from recorded requests
  • Persona behavior adaptation based on request patterns
  • Configurable learning rate and sensitivity
  • Opt-in per persona/endpoint learning

Structs§

BehaviorEvent
Behavior event for a persona
DriftLearningEngine
Drift Learning Engine
LearnedPattern
Learned pattern from traffic analysis
LearningConfig
Learning configuration
PersonaBehaviorLearner
Persona Behavior Learner
TrafficPatternLearner
Traffic Pattern Learner

Enums§

BehaviorEventType
Behavior event type
LearningMode
Learning mode
PatternType
Pattern type