export(cma_es)
export(cmaES)
export(extract_population)
export(shift_function)
export(rotate_function)
export(bias_function)
export(f_sphere)
export(f_rand)
export(f_rosenbrock)
export(f_rastrigin)
importFrom("stats", "rnorm", "runif")
