Design variable gradient graph

The design variable gradient graph represents the evolution of the optimization design variable gradients from one design cycle to the next. This graph is useful when you want to know which design variables impact the optimization.

The following image shows the gradient histories of 23 different design variables.



When the design variable gradient value tends to zero, it means the design variable is not evolving anymore. The optimizer has found an optimal value for the design variable.

When the design variable gradient value tends to zero from beginning of the optimization, it means that the design variable has no effect on the optimization targets. The contribution of this design variable is negligible for minimizing the objective function.

When the design variable gradient value fluctuates, this design variable contributes to the minimization of the objective function. At the end of the optimization, if the design variable gradient does not tend to zero, the objective function did not reach its minimum.