Research Article

Optimizing Long-Term Bank Financial Products Portfolio Problems with a Multiobjective Evolutionary Approach

Algorithm 1

The procedure of crosssover operator for real-valued matrix.
(1)for t = 1 to T do
(2)for n = 1 to N do
(3)  Generate from [0, 1]
(4)  if then
(5)   Apply BLX-/SBX crossover operator on element
(6)   end if
(7)  end for
(8)end for