76 lines
1.5 KiB
YAML
76 lines
1.5 KiB
YAML
# Figure Configuration for MCM 2026 Problem A - O-Prize Grade
|
|
# All figures use deterministic data generation with fixed seed
|
|
|
|
global:
|
|
seed: 42
|
|
dpi: 300
|
|
font_family: 'Times New Roman'
|
|
figure_dir: 'figures'
|
|
|
|
# Battery parameters from 整合输出.md
|
|
battery_params:
|
|
Q_full: 2.78 # Ah
|
|
R_ref: 0.1 # Ohm
|
|
E_a: 20000 # J/mol (activation energy)
|
|
T_ref: 298.15 # K
|
|
|
|
# OCV model parameters
|
|
E0: 4.2
|
|
K: 0.01
|
|
A: 0.2
|
|
B: 10.0
|
|
|
|
# Thermal parameters
|
|
C_th: 50.0 # J/K
|
|
h_conv: 1.0 # W/K
|
|
|
|
# Aging parameters
|
|
lambda_fade: 0.0001 # per cycle
|
|
|
|
# Power mapping parameters
|
|
power_params:
|
|
P_bg: 5.0 # Background power (W)
|
|
k_scr: 8.0 # Screen coefficient
|
|
k_cpu: 35.0 # CPU coefficient
|
|
k_net_good: 5.0 # Network (good signal)
|
|
k_net_poor: 15.0 # Network (poor signal)
|
|
P_gps_0: 0.015 # GPS baseline (W)
|
|
k_gps: 0.3 # GPS activity coefficient
|
|
|
|
# Scenario definitions
|
|
scenarios:
|
|
baseline:
|
|
L: 0.3 # Screen brightness
|
|
C: 0.4 # CPU load
|
|
N: 0.05 # Network activity
|
|
G: 0.0 # GPS off
|
|
T_a: 25.0 # Ambient temp
|
|
|
|
video:
|
|
L: 0.8
|
|
C: 0.6
|
|
N: 0.1
|
|
G: 0.0
|
|
T_a: 25.0
|
|
|
|
gaming:
|
|
L: 1.0
|
|
C: 0.9
|
|
N: 0.2
|
|
G: 0.0
|
|
T_a: 25.0
|
|
|
|
navigation:
|
|
L: 0.5
|
|
C: 0.3
|
|
N: 0.3
|
|
G: 0.8 # GPS active
|
|
T_a: 25.0
|
|
|
|
# Validation thresholds
|
|
validation:
|
|
fig03_r2_min: 0.99
|
|
fig07_v_i_corr_max: -0.5
|
|
fig09_delta_tolerance: 0.05
|
|
fig13_monotonic: true
|