HomeDocs-Technical WhitePaper55-Decision & Change Log Template v1.0

Chapter 5 Option Gathering & Comparison


I. Chapter Goals & Boundaries (Mandatory)


II. Option Sourcing Framework (Mandatory)


III. Evidence & Uncertainty List (Mandatory)


IV. Evaluation Dimensions & Scoring Rules (Mandatory)


V. Comparable Narrative Template (Mandatory)


VI. Option Comparison Matrix (copy-ready)

Dimension

Weight w_i

Metric Definition

Gate Threshold

Baseline Base

Option A

Option B

Notes

Performance

0.30

gate_accuracy

≥0.99@7d

0.97

0.992

0.995

Eval set CMB-Set

Cost

0.15

Unit cost ↓

≤1.0x Base

1.00

0.90

1.10

Relative to base

Time

0.10

Latency ↓

≤2h@7d

2.5h

1.8h

1.6h

Batch

Risk

0.15

Incident rate ↓

≤P99@window

P98

P99.2

P99.0

Ops caliber

Dependency

0.10

Change surface ↓

≤2 subsystems

1

2

3

Fewer is better

Reproducibility

0.10

Replay success ↑

≥0.98

0.95

0.99

0.98

Multi-env

Compatibility

0.10

Prod replay pass ↑

≥0.99

0.98

0.995

0.992

Online replay

Total S

1.00

∑ w_i·s_i'

Sum after discount


VII. Criteria & Gate Binding (Mandatory)


VIII. Path/Formula Consistency (Mandatory)

  1. If arrival-time criteria are involved, use the unified forms:
    • Constant factored: T_arr = ( 1 / c_ref ) * ( ∫ n_eff d ell )
    • General form: T_arr = ( ∫ ( n_eff / c_ref ) d ell )
  2. When T_arr appears, in the same or adjacent paragraph explicitly declare path gamma(ell) and measure d ell; all dimensional checks pass via check_dim.
  3. No mixing: T_fil ≠ T_trans, n ≠ n_eff, c ≠ c_ref; no Chinese in formulas/symbols/definitions.

IX. Machine-Readable Schema (YAML; JSON equivalent, copy-ready)

options:

base:

name: "Base"

assumptions: []

evidence:

datasets: []

scripts: []

metrics: { gate_accuracy: "0.97@7d", gate_latency: "2.5h@7d" }

candidates:

- name: "Option A"

assumptions: []

evidence:

datasets: ["CMB-Set@v3"]

scripts: ["arrive_time_check.py@a1b2c3"]

stats: { method: "bootstrap", ci: "95%" }

gates:

hard: ["gate_accuracy>=0.99@7d","gate_latency<=2h@7d"]

soft: ["compat_rate>=0.995@replay"]

scores:

normalized:

performance: 0.992

cost: 0.90

time: 0.72

risk: 0.92

dependency: 0.80

reproducibility: 0.99

compatibility: 0.995

sigma:

performance: 0.004

formula:

total: "S = sum_i(w_i * max(0, min(1, s_i - k*sigma_i)))"

k: 1.0

weights:

performance: 0.30

cost: 0.15

time: 0.10

risk: 0.15

dependency: 0.10

reproducibility: 0.10

compatibility: 0.10

decision_rules:

hard_gates: ["gate_accuracy>=0.99@7d","gate_latency<=2h@7d"]

tie_breakers: ["risk","compatibility","cost"]


X. Minimal Filled Example (copy-ready)

options:

base: { name: "Base", evidence: { datasets:["cmb_v2"], scripts:["baseline.py@9f8e7d"] } }

candidates:

- name: "A - General T_arr"

assumptions: ["Allow spatially varying c_ref and n_eff"]

evidence:

datasets: ["cmb_v3","lens_v1"]

scripts: ["arrive_time_check.py@a1b2c3"]

stats: { method:"bootstrap", ci:"95%" }

gates:

hard: ["gate_accuracy>=0.99@7d","gate_latency<=2h@7d"]

scores:

normalized: { performance:0.995, cost:0.90, time:0.80, risk:0.93, dependency:0.80, reproducibility:0.99, compatibility:0.995 }

sigma: { performance:0.003 }

- name: "B - Constant-Factored T_arr"

assumptions: ["c_ref approx. constant within segment"]

evidence:

datasets: ["cmb_v3"]

scripts: ["arrive_time_check.py@a1b2c3"]

gates:

hard: ["gate_accuracy>=0.99@7d","gate_latency<=2h@7d"]

scores:

normalized: { performance:0.992, cost:1.10, time:0.85, risk:0.90, dependency:0.70, reproducibility:0.98, compatibility:0.992 }

weights: { performance:0.30, cost:0.15, time:0.10, risk:0.15, dependency:0.10, reproducibility:0.10, compatibility:0.10 }

summary:

ranking: ["A","B"]

rationale:

- "A leads in performance, reproducibility, and compatibility; passes all hard gates; cost below baseline."

- "B is close in performance but higher cost and wider dependency surface."

recommendation: "Select A; record exceptions that require constant factoring as explicit clauses."


XI. Cross-References & Citation Style (Mandatory)

  1. Fixed in-text format: “See 《 vX.Y》 Ch.x S/P/M/I…”, anchors preferred over whole volumes.
  2. Provide a machine-readable list in references.see within the DR (examples):
    • "EFT.WP.Core.Terms v1.0:P10-3"
    • "EFT.WP.Core.Equations v1.1:S20-1"
    • "EFT.WP.Core.Metrology v1.0:check_dim"
    • "EFT.WP.Core.DataSpec v1.0:I30-2"

Copyright & License (CC BY 4.0)

Copyright: Unless otherwise noted, the copyright of “Energy Filament Theory” (text, charts, illustrations, symbols, and formulas) belongs to the author “Guanglin Tu”.
License: This work is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0). You may copy, redistribute, excerpt, adapt, and share for commercial or non‑commercial purposes with proper attribution.
Suggested attribution: Author: “Guanglin Tu”; Work: “Energy Filament Theory”; Source: energyfilament.org; License: CC BY 4.0.

First published: 2025-11-11|Current version:v5.1
License link:https://creativecommons.org/licenses/by/4.0/