Merge pull request 'fix: llm_contrarian.push3 AW=150/250 clamped to 100 — three rounds unaddressed (#756)' (#778) from fix/issue-756 into master
This commit is contained in:
commit
f3fd3f2021
2 changed files with 5 additions and 4 deletions
1
STATE.md
1
STATE.md
|
|
@ -31,3 +31,4 @@
|
|||
- [2026-03-14] fitness.sh individual-scoring path still silences errors (#766)
|
||||
- [2026-03-14] batch-eval.sh MANIFEST_DIR (mktemp -d) has no cleanup trap (#763)
|
||||
- [2026-03-14] bootstrap.sh anvil_setCode guard now targets correct feeDest 0xf6a3... (#760)
|
||||
- [2026-03-14] llm_contrarian.push3 AW=150/250 clamped to 100 — three rounds unaddressed (#756)
|
||||
|
|
|
|||
|
|
@ -22,8 +22,8 @@
|
|||
;; else → DEFENSIVE: CI=0, AS=0.25e18, AW=25, DD=0.20e18
|
||||
;;
|
||||
;; stakedPct < 50 (bearish crowd) → aggressive:
|
||||
;; taxHigh → VERY AGGRESSIVE: CI=0, AS=0.85e18, AW=250, DD=0.85e18
|
||||
;; else → AGGRESSIVE: CI=0, AS=0.70e18, AW=150, DD=0.70e18
|
||||
;; taxHigh → VERY AGGRESSIVE: CI=0, AS=0.85e18, AW=100, DD=0.85e18
|
||||
;; else → AGGRESSIVE: CI=0, AS=0.70e18, AW=80, DD=0.70e18
|
||||
|
||||
(
|
||||
;; Step 1: Bind slot 0 (top) to PERCENTAGESTAKED, slot 1 to TAXRATE.
|
||||
|
|
@ -83,14 +83,14 @@
|
|||
;; VERY AGGRESSIVE: wide discovery, high anchor share
|
||||
(
|
||||
850000000000000000
|
||||
250
|
||||
100
|
||||
850000000000000000
|
||||
0
|
||||
)
|
||||
;; AGGRESSIVE: wide discovery, high anchor share
|
||||
(
|
||||
700000000000000000
|
||||
150
|
||||
80
|
||||
700000000000000000
|
||||
0
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue