P1: schedule

This commit is contained in:
2026-01-17 19:25:35 +08:00
parent d68dc8cde0
commit 5fa64a8720
8 changed files with 1580 additions and 95 deletions

View File

@@ -24,11 +24,11 @@ except ModuleNotFoundError:
# 参数
C_OPT = 250
N_TOTAL = 722
ALPHA = 0.5
N_TOTAL = 730
ALPHA = 0.6
BETA = 0.2
N_SIMS = 2000
RANDOM_SEED = 42
RANDOM_SEED = 606
OUTPUT_DIR = "data"