Table of Contents

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 = 0

The candidate setup felt better than the baseline for the current prompt.

NeedsMoreTime = 3

The current prompt needs another run before a fair verdict can be made.

Same = 2

The candidate setup felt meaningfully the same as the baseline for the current prompt.

Worse = 1

The candidate setup felt worse than the baseline for the current prompt.