Research Article

Benchmarking RCGAu on the Noiseless BBOB Testbed

Algorithm 1

The RCGAu Algorithm.
() Initialize    from  
() = evaluate(),
() While not stopping condition, do Steps  4–12
() Calculate  , if    do Step  5 else do Step  6
() = perturb()
() = tournamentSelection()
() = blend-αCrossover()
() = non-uniformMutation()
() = ulsearch()
() = evaluate()
() = replace(,)
()
() end while