auto: daily sync

This commit is contained in:
2026-02-20 08:00:17 +00:00
parent 176b75328f
commit c59072eff2
8 changed files with 26072 additions and 53179 deletions

View File

@@ -65,8 +65,8 @@ penalty = 1e4 × ((σ_max / σ_allow) 1)² if σ_max > σ_allow
| `gamma_stress` | 0.0 | 1.5 | — | FEA stress feedback gain |
| `R_0` | 10 | 100 | mm | Base hole influence radius |
| `R_edge` | 5 | 40 | mm | Edge influence radius |
| `s_min` | 8 | 20 | mm | Min cell size (densest) |
| `s_max` | 25 | 60 | mm | Max cell size (sparsest) |
| `s_min` | 15 | 35 | mm | Min cell size (densest) — manufacturing floor: 15 mm |
| `s_max` | 40 | 60 | mm | Max cell size (sparsest) — lower bound 40 guarantees s_min < s_max |
Fixed parameters (manufacturing constraints + math constants): see `optimization_engine/isogrid/study.py`.