You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, fixed, due to the init of a complementary vector, which is now taking the seed into account. The fix in on 'dev' branch, you can either pull that branch or report the fix on the master's source code if you like, it is really a very tiny change in the code.
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?
The text was updated successfully, but these errors were encountered: