backtest_event#
Core event types that drive backtesting simulations.
Events represent discrete training and prediction operations that occur during backtesting, capturing when each operation should happen and enabling batch processing for efficiency.
Classes#
|
Represents a single event during a backtest simulation. |
|
Represents a batch of backtest events that can be processed together. |