For testing purposes I use constant seed like that: CMAParameters<> cmaparams(x0, sigma, -1, 12345, gp); This gives reproducible results with aCMAES. However, when I switch to VD-CMA, even with the fixed seed specified, results change for every run. Any idea?