RobustOptimizer
RobustOptimizer copied to clipboard
Should i != r2 and r1 != r2 for the indices of mutation operator?
https://github.com/ChinChangYang/RobustOptimizer/blob/7e184b3335025ba796b9bf2a138f785b91b56c22/solver/soea/SPS_L_SHADE_EIG/SPS_L_SHADE_EIG.m#L451
In this line, the loop condition is i == r1 or r1 == r2. Shouldn't it be i == r2 or r1 == r2?