The update strategy is changed using the parameter THICKNESS_UPDATE
.
The default value of THICKNESS_UPDATE
is NORMAL. Setting
THICKNESS_UPDATE
to CONSERVATIVE
leads to a conservative update of the design variables:
OPT_PARAM
ID_NAME = opt_params
OPTIMIZE = id_of_optimize
THICKNESS_UPDATE = CONSERVATIVE
END_
In addition, you can use a more aggressive update method of the design variables to reduce the
number of optimization iterations by setting THICKNESS_UPDATE
to
AGGRESSIVE
:
OPT_PARAM
ID_NAME = opt_params
OPTIMIZE = id_of_optimize
THICKNESS_UPDATE = AGGRESSIVE
END_