refactor: update SAT3_Trajectory to 9 design variables with refined bounds
Updated configuration based on user adjustments: - Reduced from 11 to 9 design variables (disabled blank_backface_angle and inner_circular_rib_dia) - Refined parameter bounds for lateral supports Design Variable Changes: - lateral_inner_angle: min 20.0° (was 25.0°) - lateral_outer_pivot: range 4.0-9.0mm, baseline 5.5mm (was 9.0-12.0mm, baseline 10.40mm) - lateral_middle_pivot: range 12.0-25.0mm (was 15.0-27.0mm) - blank_backface_angle: disabled (fixed at 4.00°) - inner_circular_rib_dia: disabled (fixed at 534.00mm) Documentation Updated: - README.md: Updated design variable table with correct ranges and baselines - STUDY_REPORT.md: Updated to reflect 9 enabled variables - optimization_config.json: User-modified bounds applied Rationale: - Focus optimization on lateral supports and whiffle tree - Fix geometry parameters to reduce search space - Tighter bounds on critical lateral parameters Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
| Metric | Value |
|
||||
|--------|-------|
|
||||
| Algorithm | TPE (Tree-Parzen Estimator) |
|
||||
| Design Variables | 11 |
|
||||
| Design Variables | 9 (enabled) |
|
||||
| Total Trials | _pending_ |
|
||||
| Successful FEA | _pending_ |
|
||||
| Failed FEA | _pending_ |
|
||||
@@ -41,15 +41,17 @@
|
||||
|-----------|------------|----------|-------|
|
||||
| lateral_inner_angle | _pending_ deg | 26.79 deg | _pending_ |
|
||||
| lateral_outer_angle | _pending_ deg | 14.64 deg | _pending_ |
|
||||
| lateral_outer_pivot | _pending_ mm | 10.40 mm | _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_ |
|
||||
| whiffle_outer_to_vertical | _pending_ deg | 75.67 deg | _pending_ |
|
||||
| whiffle_triangle_closeness | _pending_ mm | 60.00 mm | _pending_ |
|
||||
| blank_backface_angle | _pending_ deg | 4.15 deg | _pending_ |
|
||||
| inner_circular_rib_dia | _pending_ mm | 534.00 mm | _pending_ |
|
||||
|
||||
**Fixed parameters (not optimized):**
|
||||
- blank_backface_angle = 4.00 deg
|
||||
- inner_circular_rib_dia = 534.00 mm
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user