Skip to content

Commit 6c7bb00

Browse files
fix(algorithm): A0 cross-model findings — priority, initialization, definition
A0 (Claude Sonnet, VPS) cross-model review findings: - Stagnation Detection runs BEFORE L3 on shared iterations (priority defined) - 'Consecutive' explicitly defined: sequential discards, keep resets counter - experiments.tsv initial header includes think_reentries:0 and amplitude:normal
1 parent ba52231 commit 6c7bb00

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

PAI/Algorithm/Algorithm-Autoresearch.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,9 @@ For main Algorithm state, also read the PRD (see v4.0-alpha.md Context Recovery
7979

8080
### Stagnation Detection
8181

82-
Track consecutive non-improvement results:
82+
Track consecutive non-improvement results ("consecutive" = immediately sequential discard rows in experiments.tsv, any `keep` resets the counter to 0):
83+
84+
**Priority:** Stagnation Detection runs BEFORE L3 Structural analysis on applicable iterations (e.g., iteration 10 checks stagnation first, then L3).
8385

8486
| Consecutive Discards | Action |
8587
|---------------------|--------|

PAI/Algorithm/v4.0-alpha.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ When iteratively optimizing `[Q]` criteria, log each attempt in `experiments.tsv
138138
```tsv
139139
# metric_direction: higher_is_better
140140
# target: 90
141+
# think_reentries: 0
142+
# amplitude: normal
141143
iteration commit metric delta status description
142144
0 a1b2c3d 62.0 0.0 baseline initial measurement
143145
1 b2c3d4e 68.4 +6.4 keep compress images with webp

0 commit comments

Comments
 (0)