We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9aea37 commit 98128a2Copy full SHA for 98128a2
sharktuner/sharktuner/candidate_ordering.py
@@ -112,6 +112,12 @@ def reorder_assignments(
112
113
@dataclass
114
class TuningRecord:
115
+ """
116
+ Records a candidate's knob configuration and tuning results. Used for analyzing the
117
+ candidate search space and evaluating the effectiveness of heuristics used for
118
+ candidate ordering.
119
120
+
121
gen_id: int # Original index from candidate generation.
122
candidate_id: int # Index in candidate_trackers after sorting.
123
knob: Optional[common.KnobAssignment] = None
0 commit comments