fix: correct all baseline values from actual SAT3 model expression export
Previous baselines were from old V15 study, not from M1_Tensor best design. Updated all 9 design variables with correct values from model introspection. Baseline Corrections (from expression export): - lateral_inner_angle: 26.79° → 30.18° (at upper bound) - lateral_outer_angle: 14.64° → 15.09° - lateral_outer_pivot: 5.5mm → 6.036mm (0.4 × 15.09°) - lateral_inner_pivot: 10.07mm → 12.072mm (0.4 × 30.18°) - lateral_middle_pivot: 20.73mm → 14.0mm (lower than expected) - lateral_closeness: 11.02mm → 7.89mm - whiffle_min: 40.55mm → 56.7mm - inner_circular_rib_dia: 534.00mm → 537.86mm (fixed parameter) Bound Adjustments: - lateral_inner_pivot max: 11.0 → 13.0mm (to accommodate baseline 12.072) - lateral_closeness min: 9.5 → 5.0mm (to accommodate baseline 7.89) Root Cause: - NX introspection failed (NX not running) - Config was created with V15 study baselines as placeholders - Actual model values now applied from user-provided expression export Files Updated: - optimization_config.json: All baselines corrected - README.md: Design variable table updated - STUDY_REPORT.md: Baseline values corrected Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -39,19 +39,19 @@
|
||||
|
||||
| Parameter | Best Value | Baseline | Delta |
|
||||
|-----------|------------|----------|-------|
|
||||
| lateral_inner_angle | _pending_ deg | 26.79 deg | _pending_ |
|
||||
| lateral_outer_angle | _pending_ deg | 14.64 deg | _pending_ |
|
||||
| lateral_outer_pivot | _pending_ mm | 5.5 mm | _pending_ |
|
||||
| lateral_inner_pivot | _pending_ mm | 10.07 mm | _pending_ |
|
||||
| lateral_middle_pivot | _pending_ mm | 20.73 mm | _pending_ |
|
||||
| lateral_closeness | _pending_ mm | 11.02 mm | _pending_ |
|
||||
| whiffle_min | _pending_ mm | 40.55 mm | _pending_ |
|
||||
| lateral_inner_angle | _pending_ deg | 30.18 deg | _pending_ |
|
||||
| lateral_outer_angle | _pending_ deg | 15.09 deg | _pending_ |
|
||||
| lateral_outer_pivot | _pending_ mm | 6.036 mm | _pending_ |
|
||||
| lateral_inner_pivot | _pending_ mm | 12.072 mm | _pending_ |
|
||||
| lateral_middle_pivot | _pending_ mm | 14.0 mm | _pending_ |
|
||||
| lateral_closeness | _pending_ mm | 7.89 mm | _pending_ |
|
||||
| whiffle_min | _pending_ mm | 56.7 mm | _pending_ |
|
||||
| whiffle_outer_to_vertical | _pending_ deg | 75.67 deg | _pending_ |
|
||||
| whiffle_triangle_closeness | _pending_ mm | 60.00 mm | _pending_ |
|
||||
|
||||
**Fixed parameters (not optimized):**
|
||||
- blank_backface_angle = 4.00 deg
|
||||
- inner_circular_rib_dia = 534.00 mm
|
||||
- inner_circular_rib_dia = 537.86 mm
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user