Research Article

Multiobjective Reliability-Based Design Optimization of Recycled Aggregates Used in Corrosive Environment Based on Response Surface Modelling

Algorithm 1

Estimation distribution algorithm (EDA).
(i)A pseudocode of the algorithmic structure of most EDAs is given below [20].
 Algorithmic structure of EDAs.
 / Initialization/Initialize population of solutions and solution distribution model
 / Main Loop/while stopping criteria are satisfied do
/Selection
/Estimation
/Sampling
/Replacement
t = t+1
end while