The flowchart for the implemented algorithm is shown below.
The table below explains the terms used in the flowchart:
The algorithm requires the following inputs from the user: number of cycles before the constraining starts, number of cycles between constraining, maximum change in each design variable, maximum fraction of variables to be constrained per cycle. The first check is if the initial number of cycles is reached, this parameter allows the
model to achieve some convergence before the constraining begins. The change of each design variable is calculated over the past two iterations.
This change is stored in an array. Then this array is sorted and the specified percentage of variables with the lowest change is selected.
These variables are fixed to their nearest discrete values and the corresponding discrete value is stored in the History array for discrete values.
Further constraining cycles are done according to the interval |