About this Block
What it does: The Parameter Objective block defines the goal of an optimization run. It takes a Goal (either Minimize or Maximize) and a Parameter to set the objective function. The optimizer then uses this objective to guide its search for an optimal solution. Common uses:- Finding the lightest possible design that meets all structural requirements.
- Maximizing a component’s stiffness while keeping its mass below a certain limit.
- Optimizing a part’s geometry to improve its performance under various conditions.
Inputs
| Name | Type | Description |
|---|---|---|
| Goal | Optimization Objective Enum | Optimization goal. |

