Enum TuningSessionVerdict
- Namespace
- LibreRally.HUD
- Assembly
- LibreRally.dll
Classifies the driver's verdict for one A/B tuning comparison prompt.
public enum TuningSessionVerdict
Fields
Better = 0The candidate setup felt better than the baseline for the current prompt.
NeedsMoreTime = 3The current prompt needs another run before a fair verdict can be made.
Same = 2The candidate setup felt meaningfully the same as the baseline for the current prompt.
Worse = 1The candidate setup felt worse than the baseline for the current prompt.