tolerance note: +/-1 fuzz on calculations, soft boundaries, no false precision
This commit is contained in:
@@ -329,6 +329,13 @@ If `curiosity.ts` ever appears next to `attention.ts` next to
|
|||||||
`creativity.ts`, the thread is lost. One engine — **accumulate, decay,
|
`creativity.ts`, the thread is lost. One engine — **accumulate, decay,
|
||||||
cross, consolidate** — instantiated by configuration into each aspect.
|
cross, consolidate** — instantiated by configuration into each aspect.
|
||||||
|
|
||||||
|
**Tolerance note:** carry a **±1 tolerance** on essentially any
|
||||||
|
calculation over these values. The space is [-1, +1] and fuzzy by
|
||||||
|
nature — no exact-equality checks on floats, no hard cliff-edge
|
||||||
|
thresholds where a hair's difference flips a decision, no false
|
||||||
|
precision. Grade boundaries softly. If two readings differ by less
|
||||||
|
than the noise floor of living, they're the same reading.
|
||||||
|
|
||||||
### 9.2 Dimensions — uniform signed distances
|
### 9.2 Dimensions — uniform signed distances
|
||||||
|
|
||||||
Every dimension is `{value, at}` in [-1, +1] plus a **driver** (a function
|
Every dimension is `{value, at}` in [-1, +1] plus a **driver** (a function
|
||||||
|
|||||||
Reference in New Issue
Block a user