Current implementation of RWMOP13 is
|
g(:,10) = f(:,2)-1100; |
|
g(:,11) = f(:,3)-850; |
but original code implements:
g(:,10) = f(:,2)-1300;
g(:,11) = f(:,3)-1100;
Original source code: https://github.com/P-N-Suganthan/2021-RW-MOP/blob/main/CEC2021-RWCMOP.zip
Is this intentional?