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
First, comparing sep-aCMA-ES with and without gradient injection (GI), GI allows fast convergence:
The difference in initial value is due to not showing iteration 0 (will be ticketed and fixed).
However, a closer look shows that while nearing the optima, sep-aCMA-ES with GI escapes the solution basin and stagnates around 5000 or so in 1M-D. Below is a logscale of the objective function value on the same run as above:
Same behavior is witnessed with sep-CMA-ES.