diff options
| author | YurenHao0426 <Blackhao0426@gmail.com> | 2026-05-28 22:57:15 -0500 |
|---|---|---|
| committer | YurenHao0426 <Blackhao0426@gmail.com> | 2026-05-28 22:57:15 -0500 |
| commit | 2446bb758f6ec7456c1279e6b8ea5ebda9530cc3 (patch) | |
| tree | 1a187f7abfe841d602eda2617df05b42a5af5c6e /scripts/README.md | |
| parent | 48f43ffa66c8af1b5aec123ebe9877bc3852ecd3 (diff) | |
Add functional capacity overlap simulation
Diffstat (limited to 'scripts/README.md')
| -rw-r--r-- | scripts/README.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/scripts/README.md b/scripts/README.md index 94f9fff..f24c117 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -84,3 +84,30 @@ The prior-free minimax theorem says: \] with equality for isotropic feedback. Outputs are written under `outputs/minimax_initialization/`. + +## Functional Capacity Overlap + +Run: + +```bash +python scripts/functional_capacity_overlap.py --parameters 96 --task-rank 24 --constraint-ranks 0 24 48 72 84 96 --trials 100 --seed 5 --plot +``` + +This samples a task-sensitive subspace \(S\) of dimension \(d\) and an alignment +constraint subspace \(E\) of dimension \(k\) inside \(\mathbb R^P\). It validates: + +\[ +\Delta d_{\mathrm{hard}} += +\max(0,k-(P-d)) +\] + +and: + +\[ +\mathbb E[\operatorname{tr}(P_E P_S)] += +\frac{kd}{P}. +\] + +Outputs are written under `outputs/functional_capacity_overlap/`. |
