RobustOptimizer icon indicating copy to clipboard operation
RobustOptimizer copied to clipboard

Robust algorithm for global optimization problems

Results 6 RobustOptimizer issues
Sort by recently updated
recently updated
newest added

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`?

Currently, the Cauchy random number generator is invoked for at least NP times in a generation. Please invoke the Cauchy random number generator to allocate a large number of the...

enhancement

When an algorithm is early terminated, the padding FC should be zeros.

bug

Currently, the computational overhead on output updates is too high to precisely determine the computational complexity of the evolutionary algorithm. Please check every algorithm and reduce the computational overhead if...

bug

Some of objective functions have tons of the same function values. TolFun may be zero, and the algorithm is terminated without appropriately evolving the vectors. Please disable TolFun for all...

bug

Currently, some of the solvers do not have the configuration of initial population. Please introduce an input option for the initial population.

bug