Add raw candidate search scoring and no-uplift guardrail (sprints 248-249)
This commit is contained in:
6
editor/src/Sprint248IntegrationSummary.h
Normal file
6
editor/src/Sprint248IntegrationSummary.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
// Sprint 248 integration summary:
|
||||
// - Added raw candidate search over multiple profile-guided generation variants.
|
||||
// - Selection chooses best raw variant by profile-failure score then task count.
|
||||
// - On current hard sample, no raw-variant uplift was observed.
|
||||
6
editor/src/Sprint249IntegrationSummary.h
Normal file
6
editor/src/Sprint249IntegrationSummary.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
// Sprint 249 integration summary:
|
||||
// - Added no-uplift guardrail for raw candidate search mode.
|
||||
// - Raw search now records baseline and best profile-failure metrics.
|
||||
// - Optional hard-fail mode blocks runs when raw search provides no uplift.
|
||||
Reference in New Issue
Block a user